Sha256: cabd21c55a2d86befb9df606beb3eaae8f366b80733dfe5c9a2347c947a42742

Contents?: true

Size: 270 Bytes

Versions: 37

Compression:

Stored size: 270 Bytes

Contents

Tolk::Engine.routes.draw do
  root :to => 'locales#index'

  post "/dump_all" => "locales#dump_all", :as => :dump_all_locales
  get "/stats" => "locales#stats"

  resources :locales do
    member do
      get :all
      get :updated
    end
  end
  resource :search
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
tolk-6.0.0 config/routes.rb
tolk-6.0.0.alpha1 config/routes.rb
tolk-5.0.2 config/routes.rb
tolk-5.0.1 config/routes.rb
tolk-5.0.0 config/routes.rb
tolk-4.3.0 config/routes.rb
tolk-4.2.0 config/routes.rb
tolk-4.1.1 config/routes.rb
tolk-4.1.0 config/routes.rb
tolk-4.0.1 config/routes.rb
tolk-4.0.0 config/routes.rb
tolk-3.2.1 config/routes.rb
tolk-3.2.0 config/routes.rb
tolk-3.1.0 config/routes.rb
tolk-3.0.2 config/routes.rb
tolk-3.0.1 config/routes.rb
tolk-3.0.0 config/routes.rb
tolk-2.0.0 config/routes.rb
tolk-1.9.3 config/routes.rb
tolk-1.8.1 config/routes.rb