diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-01 18:03:51 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-01 18:05:55 +0100 |
commit | dd03118098d342398f91b56bd2f27d370bc5b661 (patch) | |
tree | f71f271940d889805636eaa0363df5fa7372670c /config | |
parent | 57304ac375e905fb0efa1b98a6100828bdbef2e1 (diff) |
Fix follow icon changing plus to minus, add terms page stub
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7ffb40339..9344c99ea 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -94,6 +94,7 @@ Rails.application.routes.draw do end get :about, to: 'about#index' + get :terms, to: 'about#terms' root 'home#index' |