Sha256: 72d634dd72e46e72933d3dc0179f9e6fe93b2ceddcf9de843f0be43c5fd13ca0

Contents?: true

Size: 579 Bytes

Versions: 34

Compression:

Stored size: 579 Bytes

Contents

AwesomeTranslations::Engine.routes.draw do
  resources :caches
  resources :clean_ups, only: [:new, :create]
  resources :duplicates, only: [:index, :create]

  resources :handlers, only: [:index, :show] do
    post :update_cache, on: :collection
    post :update_groups_cache, on: :member

    resources :groups, only: [:show, :update] do
      post :update_translations_cache, on: :member
    end
  end

  resources :handler_translations, only: :index
  resources :migrations, only: [:new, :create]
  resources :movals, only: [:index, :create]

  root to: "handlers#index"
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
awesome_translations-0.0.46 config/routes.rb
awesome_translations-0.0.45 config/routes.rb
awesome_translations-0.0.44 config/routes.rb
awesome_translations-0.0.43 config/routes.rb
awesome_translations-0.0.42 config/routes.rb
awesome_translations-0.0.41 config/routes.rb
awesome_translations-0.0.40 config/routes.rb
awesome_translations-0.0.39 config/routes.rb
awesome_translations-0.0.38 config/routes.rb
awesome_translations-0.0.37 config/routes.rb
awesome_translations-0.0.36 config/routes.rb
awesome_translations-0.0.35 config/routes.rb
awesome_translations-0.0.34 config/routes.rb
awesome_translations-0.0.33 config/routes.rb