From 9234e59e100b3d40478b6aca2375bde85601997f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 9 Aug 2016 23:39:29 +0200 Subject: Reenable registration form and make tests pass. --- registration.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'registration.rb') diff --git a/registration.rb b/registration.rb index ecf8321..3638ed7 100644 --- a/registration.rb +++ b/registration.rb @@ -14,10 +14,10 @@ class RegistrationApp < Sinatra::Base config_file File.join(settings.root, 'config.yml') get '/' do - erb :registration_closed - #@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