Module: RecurringSelectHelper::FormHelper

Defined in:
app/helpers/recurring_select_helper.rb

Instance Method Summary collapse

Instance Method Details

#select_recurring(object, method, default_schedules = nil, options = {}, html_options = {}) ⇒ Object



6
7
8
# File 'app/helpers/recurring_select_helper.rb', line 6

def select_recurring(object, method, default_schedules = nil, options = {}, html_options = {})
  RecurringSelectTag.new(object, method, self, default_schedules, options, html_options).render
end