summaryrefslogtreecommitdiffstats
path: root/registration.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-02-06 15:23:31 +0100
committerHarald Eilertsen <haraldei@anduin.net>2016-02-06 15:23:31 +0100
commit09f53649ce6a1ed6449047b37651b9d7d9d412d7 (patch)
tree0daa9202257a4bcf127c9964e04c89af6f897811 /registration.rb
parent5354b4b28c0826f7ab47c7f79d7bceb7e0d07957 (diff)
downloadnorsk-urskog-registrations-09f53649ce6a1ed6449047b37651b9d7d9d412d7.tar.gz
norsk-urskog-registrations-09f53649ce6a1ed6449047b37651b9d7d9d412d7.tar.bz2
norsk-urskog-registrations-09f53649ce6a1ed6449047b37651b9d7d9d412d7.zip
Close registrations for 2016
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