andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 188 forks source link

before_filter in Subscriptions Controller breaks in Rails 5.1 #179

Open amdixon opened 7 years ago

amdixon commented 7 years ago

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 ;)