【发布时间】:2015-02-21 02:22:18
【问题描述】:
当我运行rails s:
/Users/galli01anthony/.rvm/gems/ruby-2.1.3/gems/devise-3.2.4/lib/devise/rails/routes.rb:455:in
`ensure in with_devise_exclusive_scope': undefined method `merge!' for
#<ActionDispatch::Routing::Mapper::Scope:0x007f8743e19020> (NoMethodError)
当我运行rake db:reset 或db:migrate 或db:setup 时:
rake aborted!
NoMethodError: undefined method `merge!' for #<ActionDispatch::Routing::Mapper::Scope:0x007fca8d3f2780>
【问题讨论】:
标签: ruby-on-rails ruby ruby-on-rails-4 devise