I just set up devise and receive the following error after I sign up or sign in.
undefined local variable or method `root_path' for
#<Devise::SessionsController:0x007fc514ea6920>
I do have the following in my routes.rb file
root :to => "store#index", :as => "store"
Any suggestions?
Stop webrick, remove the
, :as => "store"from therootroute, restart webrick.