Skip to content

Commit

Permalink
Use Rails 3 route syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jun 4, 2010
1 parent cc96ff9 commit 274c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
@@ -1,4 +1,4 @@
ActionController::Routing::Routes.draw do |map|
Rails.application.routes.draw do |map|
map.namespace('tolk') do |tolk|
tolk.root :controller => 'locales'
tolk.resources :locales, :member => {:all => :get, :updated => :get}
Expand Down

0 comments on commit 274c5c6

Please sign in to comment.