Sha256: 5872e32357fad905dc0ef21b082e5820ca9f2fcc29ab178235fa593bc862c396
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
module NestedFields class Engine < Rails::Engine initializer 'nested_fields.add_middleware' do |app| app.middleware.use ActionDispatch::Static, "#{root}/public" end config.to_prepare do ApplicationController.helper(NestedFieldsHelper) end end end
Version data entries
6 entries across 6 versions & 1 rubygems