summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 584c94f..08f50e0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -41,6 +41,9 @@ Redstoner::Application.routes.draw do
end
end
+ resources :messages do
+ end
+
# get '/status' => 'status#show'
get 'login' => 'sessions#new'