but once deployed , after sign in, http://www.yoodish.com/users/dashboard
raises : The page you were looking for doesn’t exist.
You may have mistyped the address or the page may have moved.
where could be the difference ? I am tired tonight !
but once deployed , after sign in, http://www.yoodish.com/users/dashboard
raises : The page you were looking for doesn’t exist.
You may have mistyped the address or the page may have moved.
Got it thanks !
Started GET “/users/dashboard” for 2.13.101.56 at 2011-11-15 21:40:36
+0000
ActionController::RoutingError (uninitialized constant
Users::DashboardsController):
I had to define dashboard inside Users as per the routes …
(namespace :users !)
Got it thanks !
Started GET “/users/dashboard” for 2.13.101.56 at 2011-11-15 21:40:36
+0000
ActionController::RoutingError (uninitialized constant
Users::DashboardsController):
I had to define dashboard inside Users as per the routes …
(namespace :users !)