Sha256: 8f119887d07318c17ef3f357fcc1457fdb9eefed21bd7e9a7debd3e8e84b6160
Contents?: true
Size: 229 Bytes
Versions: 17
Compression:
Stored size: 229 Bytes
Contents
module Polygallery class Engine < ::Rails::Engine isolate_namespace Polygallery initializer 'polygallery_engine.action_controller' do |app| ActiveSupport.on_load :action_controller do end end end end
Version data entries
17 entries across 17 versions & 1 rubygems