Browse Source
**Why**: To be able to support Rails 5 without deprecation warnings, we need to replace `before_filter` with `before_action`. `before_action` is not supported in Rails 3.2, so we need to bump the major version number since this will be a breaking change for people who can't upgrade Rails.master
Moncef Belyamani
9 years ago
4 changed files with 4 additions and 18 deletions
Loading…
Reference in new issue