Websites/config/initializers/git_helper.rb

6 lines
86 B
Ruby
Raw Normal View History

2024-06-03 03:07:09 -05:00
# frozen_string_literal: true
2024-06-11 02:20:34 -05:00
2024-06-03 03:07:09 -05:00
Rails.configuration.to_prepare do
GitHelper.init
end