module RecurringSelectHelper::SelectHTMLOptions
Private Instance Methods
recurring_select_html_options(html_options)
click to toggle source
# File lib/helpers/recurring_select_helper.rb, line 86 def recurring_select_html_options(html_options) html_options = html_options.stringify_keys html_options["class"] = (html_options["class"].to_s.split + ["recurring_select"]).join(" ") html_options end