Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rails_footnotes.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da9d58e4acb3e90578ac3fdce3fc92fcb41bb3bd (plain)
1
2
3
4
5
if defined?(Footnotes) && Rails.env.development?
  Footnotes.run! # first of all

  # ... other init code
end