Sha256: f87894d9e7bae9da2ac1e767ca45acfcd18d5780456fee9400f806cbb68af91b
Contents?: true
Size: 202 Bytes
Versions: 15
Compression:
Stored size: 202 Bytes
Contents
module Chili class Engine < ::Rails::Engine initializer 'chili.controller' do |app| ActiveSupport.on_load(:action_controller) do include Chili::Overrides end end end end
Version data entries
15 entries across 15 versions & 1 rubygems