Module: ActionView::Helpers::FormOptionsHelper
- Defined in:
- lib/subdivision_select/subdivision_select_helper.rb
Instance Method Summary collapse
Instance Method Details
#subdivision_select_tag(object, method, options = {}, html_options = {}) ⇒ Object
26 27 28 29 30 31 32 33 34 |
# File 'lib/subdivision_select/subdivision_select_helper.rb', line 26 def subdivision_select_tag(object, method, = {}, = {}) Tags::SubdivisionSelect.new( object, method, self, , ).render end |