jodosha / click-to-globalize

Globalization made easy with interface in place translations

This URL has Read+Write access

click-to-globalize / config / routes.rb
100644 5 lines (4 sloc) 0.22 kb
1
2
3
4
5
ActionController::Routing::Routes.draw do |map|
  map.resources :translations, :only => [ :index ], :member => { :save => :post }
  map.resources :locales, :only => [ ], :member => { :change => :put }
end