Closed jess closed 12 years ago
I'm having the same problem and am getting this output when running rails g devise Profile
:
invoke active_record
create db/migrate/20120424180038_devise_create_singles_profiles.rb
(erb):15:in `template': undefined method `lock_strategy' for Devise:Module (NoMethodError)
And the migrations are blank.
Hi
I'm working on this and I should finish it on the next few days :)
Fixed on master, thanks.
When running
rails g devise user
inside a mountable engine, it doesn't insertinto the user model.
I tried with no existing user model and with an existing user model.
Also tried
rails g devise model EngineName::User
with same result.Using:
Let me know if I can help or did something wrong.