init.rb
5 lines
| 182 B
| text/x-ruby
|
RubyLexer
|
r1640 | # 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 | ||||