Module: RecurringSelectHelper::FormHelper

Defined in:
lib/helpers/recurring_select_helper.rb

Instance Method Summary collapse

Instance Method Details

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



5
6
7
# File 'lib/helpers/recurring_select_helper.rb', line 5

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