Sha256: b90d4df31bb3b28a982bb8d5977152a245e62635dc2a2d1131a86f24dbeabd7a

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

AwesomeTranslations::Engine.routes.draw do
  resources :caches

  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 :migrations, only: [:new, :create]

  root to: "handlers#index"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awesome_translations-0.0.25 config/routes.rb