diff options
Diffstat (limited to 'registration.rb')
-rw-r--r-- | registration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/registration.rb b/registration.rb index 3aea657..009406a 100644 --- a/registration.rb +++ b/registration.rb @@ -11,6 +11,7 @@ class RegistrationApp < Sinatra::Base get '/' do @band = Band.new + 3.times { @band.songs << Song.new } erb :index end |