Add Privacy and ToS pages, footer menu
This commit is contained in:
@@ -15,6 +15,8 @@ Rails.application.routes.draw do
|
||||
match 'signup/:step', to: 'signup#steps', as: :signup_steps, via: [:get, :post]
|
||||
post 'signup_validate', to: 'signup#validate'
|
||||
|
||||
get 'privacy', to: 'pages#privacy', as: :privacy_page
|
||||
get 'tos', to: 'pages#tos', as: :tos_page
|
||||
|
||||
get "users/:username/avatars/:hash", to: "avatars#show", as: :user_avatar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user