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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
When i use load_and_authorize_resource in rails 5.2.3. I received an error like "undefined method `before_filter' for ProductsController"
I hope you or your team will solve it in the next version as soon as good for who loved your gem.
Maybe from rails version 5.1 rails removed *_filter methods and replace it with *_action methods or i did something wrong in my project?
Anyone can help me with this case?
The text was updated successfully, but these errors were encountered:
When i use load_and_authorize_resource in rails 5.2.3. I received an error like "undefined method `before_filter' for ProductsController"
I hope you or your team will solve it in the next version as soon as good for who loved your gem.
Maybe from rails version 5.1 rails removed *_filter methods and replace it with *_action methods or i did something wrong in my project?
Anyone can help me with this case?
The text was updated successfully, but these errors were encountered: