Search code examples
ruby-on-railsmerb

merb callbacks equivalent in RAILS


Is there rails equivalents for :

Merb::BootLoader.after_app_loads
Merb::BootLoader.before_app_loads

Merb::Assets::JavascriptAssetBundler.add_callback
Merb::Assets::StylesheetAssetBundler.add_callback

Thanks,


Solution

  • About the other, i am not sure.