major refactor of supporter structure

This commit is contained in:
Kyle Drake 2016-10-18 12:47:58 -05:00
parent dadeb778c9
commit 2c88c62cbc
45 changed files with 440 additions and 1704 deletions

View file

@ -41,7 +41,7 @@ end
get '/welcome' do
require_login
redirect '/' if current_site.plan_type != 'free'
redirect '/' if current_site.supporter?
erb :'welcome', locals: {site: current_site}
end