Sha256: c471c5cce2b4d65e5c29a7e349ea0226b25ca4be4f57117d493b2da97f9ec27d
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
require "ckeditor" require 'polyblock/strong_params_helper' module Polyblock class Engine < Rails::Engine isolate_namespace Polyblock initializer 'polyblock_engine.action_controller' do |app| ActiveSupport.on_load :action_controller do helper Polyblock::StrongParamsHelper end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polyblock-1.1.1 | lib/polyblock/engine.rb |
polyblock-1.1.0 | lib/polyblock/engine.rb |