Changed songs and shows to hang off of user.
commitbbd8e033f417db8787c0638cfc26c499782dd089
authorMatt Moriarity <matt.moriarity@gmail.com>
Sun, 22 Jul 2007 00:03:25 +0000 (21 20:03 -0400)
committerMatt Moriarity <matt.moriarity@gmail.com>
Sun, 22 Jul 2007 00:03:25 +0000 (21 20:03 -0400)
treeb611c2df5b097aed0d4f11528bb6756d937316dc
parentf7ac293932c950e0e9091315e1379ffe88c4e659
Changed songs and shows to hang off of user.
19 files changed:
app/controllers/shows_controller.rb
app/controllers/songs_controller.rb
app/controllers/usages_controller.rb
app/helpers/application_helper.rb
app/models/show.rb
app/models/song.rb
app/models/user.rb
app/views/layouts/application.haml
app/views/sessions/_logged_in.haml
app/views/sessions/_logged_out.haml
app/views/sessions/new.rhtml
app/views/users/new.rhtml
db/migrate/001_create_songs.rb
db/migrate/002_create_shows.rb
db/schema.rb
public/images/user_add.png [new file with mode: 0644]
test/fixtures/songs.yml
test/fixtures/usages.yml
test/fixtures/users.yml