Ease your transition from Rails 3 to Rails 4 by defining before/around/after_action in Rails 3.
- Add this gem to your gemfile.
- Call
require 'rails3/before_action'
before initializing your Rails application. - Replace all the
_filter
with_action
.
Bug reports and pull requests are welcome on GitHub at https://github.com/pschambacher/rails3-before_action.