Sha256: dbe1edbd056b5e4cb91cd91fdb53e6946c882c22eba4a767b8bb006bb4310ab9
Contents?: true
Size: 238 Bytes
Versions: 8
Compression:
Stored size: 238 Bytes
Contents
class Clndr class Engine < ::Rails::Engine # add helpers initializer 'clndr.action_controller' do |app| ActiveSupport.on_load :action_controller do helper Clndr::Helpers end end end end
Version data entries
8 entries across 8 versions & 1 rubygems