Sha256: 85628ca14de25fbb2c6d7b21b8adc17a95b048b5a92be70a315295fd6fcdaf3c
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
module UseTinymce class Engine < Rails::Engine if Rails.version =~ /^3.[01]/ initializer "active_support.add_use_tinymce" do ::ActiveSupport.on_load(:action_controller) do include UseTinymce::Base end ::ActiveSupport.on_load(:action_view) do include UseTinymce::Link end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems