config/routes.rb in mtwarden-4.1.2 vs config/routes.rb in mtwarden-5.0.0b
- old
+ new
@@ -20,11 +20,11 @@
post "/account/confirm_plan",
:to => "accounts#confirm_plan",
:as => :confirm_plan_account
end
end
-
+
root "dashboard#index"
get "/sign_up", :to => "accounts#new", :as => :sign_up
post "/accounts", :to => "accounts#create", :as => :accounts
-end
\ No newline at end of file
+end