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