Sha256: da9054020e0a23fc6536bd49f6aadd4d01342230d5ca2136269aa43264cd16a0
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
LesliAdmin::Engine.routes.draw do root to: "dashboards#show" resource :dashboard, only: [:show] resource :account, only: [:show, :update] resources :users, only: [:index, :show, :new, :update, :create, :destroy] do # extensions to the users methods collection do get :list end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lesli_admin-0.1.0 | config/routes.rb |