recurring_select
recurring_select copied to clipboard
Issue with Rails 5 alpha and Turbolinks 3
Hello,
I have this message when loading js
SyntaxError: [stdin]:1:1: unexpected //=
Somebody has an idea ?
Thnks.
Doesn't work on Rails 5. See recurring_select_helper.rb
Looks like this one has been abandoned.
Is there a good alternative?
#quickfix
module ApplicationHelper
def select_recurring(object, method, default_schedules = nil, options = {}, html_options = {})
RecurringSelectHelper::RecurringSelectTag.new(object, method, self, default_schedules, options, html_options).render
end
end