You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This creates a devise_permitted_parameters.rb file that uses the depreciated before_filter action. I had to edit the file to be before_action instead of before_filter for the installation to work.
The text was updated successfully, but these errors were encountered:
I've made it work lol, when running
rails g milia:install --org_email=''
it will ask you to overwrite devise_permitted_paramters.rb
don't type Y instead type N to not overwrite the before_action in devise_permitted_paramters.rb
This creates a
devise_permitted_parameters.rb
file that uses the depreciatedbefore_filter
action. I had to edit the file to bebefore_action
instead ofbefore_filter
for the installation to work.The text was updated successfully, but these errors were encountered: