We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768d914 commit b76fceaCopy full SHA for b76fcea
app/helpers/recurring_select_helper.rb
@@ -2,7 +2,7 @@
2
3
module RecurringSelectHelper
4
module FormHelper
5
- if Rails::VERSION::MAJOR == 4
+ if Rails::VERSION::MAJOR == 4 || Rails::VERSION::MAJOR == 5
6
def select_recurring(object, method, default_schedules = nil, options = {}, html_options = {})
7
RecurringSelectTag.new(object, method, self, default_schedules, options, html_options).render
8
end
0 commit comments