Added packages_without route

This commit is contained in:
Christoph Haas 2018-08-06 22:56:54 +02:00
parent 25fedb26bb
commit 4060111b7f
2 changed files with 5 additions and 1 deletions

View file

@ -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'