Added welcome and profile actions to the my controller

This commit is contained in:
Christoph Haas 2017-04-23 13:37:48 +02:00
parent 8e4dd058b6
commit 020a864736
12 changed files with 125 additions and 19 deletions

View file

@ -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: /[^\/]+/