jekuno / milia

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

Can't install on Rails 5.1.3 #81

Closed faisalhassanx closed 7 years ago

faisalhassanx commented 7 years ago

I'm still getting this error when I run the rails g milia:install command

```block in <module:DevisePermittedParameters>': undefined method `before_filter`' for DeviseController:Class
Did you mean?  before_action (NoMethodError)`

Ruby 2.4.1 & Rails 5.1.3

jekuno commented 7 years ago

Did you try my suggestion in https://github.com/jekuno/milia/issues/76#issuecomment-318091135 ?

faisalhassanx commented 7 years ago

Missed that. Thank you!