From 09f53649ce6a1ed6449047b37651b9d7d9d412d7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 6 Feb 2016 15:23:31 +0100 Subject: Close registrations for 2016 --- registration.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'registration.rb') diff --git a/registration.rb b/registration.rb index e627a33..ecf8321 100644 --- a/registration.rb +++ b/registration.rb @@ -14,9 +14,10 @@ class RegistrationApp < Sinatra::Base config_file File.join(settings.root, 'config.yml') get '/' do - @band = Band.new - 3.times { @band.songs << Song.new } - erb :index + erb :registration_closed + #@band = Band.new + #3.times { @band.songs << Song.new } + #erb :index end post '/submit' do -- cgit v1.2.3