Added welcome and profile actions to the my controller
This commit is contained in:
parent
8e4dd058b6
commit
020a864736
12 changed files with 125 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ Rails.application.routes.draw do
|
|||
get 'packages/list' => 'packages#list', as: :packages_list
|
||||
get 'moderate' => 'moderate#index'
|
||||
get 'logs' => 'logs#index'
|
||||
get 'my/index'
|
||||
get 'my/profile'
|
||||
get 'my/uploads'
|
||||
get 'my/welcome'
|
||||
get 'package/:name' => 'packages#details', as: :package, name: /[^\/]+/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue