I'm receiving an exception in my functional test where the message is "NoMethodError: undefined method `first' for :users:Symbol"
My routes.rb has this entry:
map.resources :users
I'm receiving an exception in my functional test where the message is "NoMethodError: undefined method `first' for :users:Symbol"
My routes.rb has this entry:
map.resources :users