summaryrefslogtreecommitdiffstats
path: root/registration.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-08-09 23:39:29 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-08-09 23:39:29 +0200
commit9234e59e100b3d40478b6aca2375bde85601997f (patch)
treef7de675a9826e7057e8e2ccf4aff35925443a035 /registration.rb
parent5818b4721ce417065b4fd6ee358064cd3f9ffee2 (diff)
downloadnorsk-urskog-registrations-9234e59e100b3d40478b6aca2375bde85601997f.tar.gz
norsk-urskog-registrations-9234e59e100b3d40478b6aca2375bde85601997f.tar.bz2
norsk-urskog-registrations-9234e59e100b3d40478b6aca2375bde85601997f.zip
Reenable registration form and make tests pass.
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