0
0
Fork 0

Clean up about page (#1282)

* Add InstancePresenter to expose site details

* Clean up about controller, use instance presenter
This commit is contained in:
Matt Jankowski 2017-04-09 08:47:25 -04:00 committed by Eugen
parent 53eb31f124
commit e5282e4ec0
8 changed files with 175 additions and 55 deletions

View file

@ -188,7 +188,7 @@ Rails.application.routes.draw do
get '/web/(*any)', to: 'home#index', as: :web
get '/about', to: 'about#index'
get '/about', to: 'about#show'
get '/about/more', to: 'about#more'
get '/terms', to: 'about#terms'