summaryrefslogtreecommitdiffstats
path: root/nested_projects/vendor/plugins/engines/init.rb
blob: df94526321e9b132e4e144ec396d3b7e1f79edb5 (plain)
1
2
3
4
5
# Only call Engines.init once, in the after_initialize block so that Rails
# plugin reloading works when turned on
config.after_initialize do
  Engines.init if defined? :Engines
end