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
Rails 5.1 deprecated the before_filter, which is now before_action. The Koudoku Subscription Controller (and perhaps others) still uses the before_filter and causes any production 5.1 application to break. When you have a moment a quick update would be much appreciated ;)
The text was updated successfully, but these errors were encountered:
Rails 5.1 deprecated the before_filter, which is now before_action. The Koudoku Subscription Controller (and perhaps others) still uses the before_filter and causes any production 5.1 application to break. When you have a moment a quick update would be much appreciated ;)
The text was updated successfully, but these errors were encountered: