config/routes.rb in clipster-0.2.2 vs config/routes.rb in clipster-0.3.0
- old
+ new
@@ -1,13 +1,14 @@
-Clipster::Engine.routes.draw do
- #/clipster route
-
- resources :clips, :path => "/" do
- collection do
- get 'list', :action => :list
- get 'list(/:lang)(.:format)', :action => :list
- get 'search', :action => :search
- end
- end
-
- root :to => :clips
-end
+Clipster::Engine.routes.draw do
+ #/clipster route
+
+ resources :clips, :path => "/" do
+ collection do
+ get 'list', :action => :list
+ get 'list(/:lang)(.:format)', :action => :list
+ get 'search', :action => :search
+ get 'about', :action => :about
+ end
+ end
+
+ root :to => :clips
+end