Sha256: 2bd69d15c015e17f4eb5965276035fa4ff9053656897490eb12fbdda7aa222cc
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
module ChangeLog class Engine < ::Rails::Engine isolate_namespace ChangeLog initializer 'change_log.action_controller' do |app| ActiveSupport.on_load :action_controller do helper ChangeLog::ApplicationHelper end end end end
Version data entries
5 entries across 5 versions & 1 rubygems