jekuno / milia

Easy multi-tenanting for Rails5 (or Rails4) + Devise
MIT License
341 stars 72 forks source link

Remove deprecated method before_filter #74

Closed anka closed 7 years ago

anka commented 7 years ago

Updated the DevisePermittedParameters template and changed the deprecated method before_filter to before_action.

jekuno commented 7 years ago

Thanks, @anka!