Sha256: 346c4207a2105c9e7ecc2064dbdb948352419837cd989c97107e061c2b91f61e
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
module CheckPath class Railtie < ::Rails::Railtie initializer 'check_path' do ActiveSupport.on_load(:action_controller) do ActionView::Base.send :include, CheckPath::Base end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
check_path-0.1.0 | lib/check_path/railtie.rb |