Sha256: fe814c380e3b075f2cbcaab19405aff7696ac973cee3b25a96343686841bbc53

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

Workarea::Admin::Engine.routes.draw do
  scope '(:locale)', constraints: Workarea::I18n.routes_constraint do
    namespace :listrak do
      resource :configuration, only: [:edit, :update]
      resources :lists, only: [] do
        resources :events, only: :index
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-listrak-5.0.4 config/routes.rb
workarea-listrak-5.0.3 config/routes.rb
workarea-listrak-5.0.2 config/routes.rb
workarea-listrak-5.0.1 config/routes.rb