Websites/config/initializers/git_helper.rb

6 lines
86 B
Ruby
Raw Normal View History

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