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, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 584c94f..f79ab5b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,10 +4,11 @@ Redstoner::Application.routes.draw do
resources :comments
end
- resources :statics, only: [:home, :donate], path: '/' do
+ resources :statics, only: [:home, :donate, :online], path: '/' do
collection do
get 'donate'
get 'home'
+ get 'online'
get 'index'
end
end