Locale/localeapp

Deprecation warnings on Rails 5

cannikin opened this issue · 2 comments

DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead.

DEPRECATION WARNING: after_filter is deprecated and will be removed in Rails 5.1. Use after_action instead.

Let me know if you'd like a pull request that fixes these!

Hi @cannikin,

If it's backward compatible, I would love too, indeed ❤️

This should have been fixed in #200