Module: JohnHancock::Rails::FormHelper
- Defined in:
- lib/john_hancock/rails/form_helper.rb
Class Method Summary collapse
Class Method Details
.included(_base) ⇒ Object
7 8 9 10 11 |
# File 'lib/john_hancock/rails/form_helper.rb', line 7 def self.included(_base) ActionView::Helpers::FormBuilder.instance_eval do include FormBuilder end end |