Sha256: 17493feb26cef672c94adfd068808c332f9750108a173310f4d9f11fa425af83
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
module Motr class Engine < ::Rails::Engine config.motr = Motr initializer :after_initialize do ActionView::Base.send :default_form_builder=, Motr::Forms.default_builder end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motr-0.0.1 | lib/motr/rails.rb |