summaryrefslogtreecommitdiffstats
path: root/registration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'registration.rb')
-rw-r--r--registration.rb8
1 files changed, 4 insertions, 4 deletions
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