Added packages_without route
This commit is contained in:
parent
25fedb26bb
commit
4060111b7f
2 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ Rails.application.routes.draw do
|
|||
|
||||
get 'packages' => 'packages#grid', as: :packages_grid
|
||||
get 'packages/list' => 'packages#list', as: :packages_list
|
||||
get 'packages?show=without' => 'packages#grid?show=without', as: :packages_without
|
||||
get 'moderate' => 'moderate#index'
|
||||
get 'logs' => 'logs#index'
|
||||
get 'my/profile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue