OSDN Git Service

add controller songs_controller
authorshimada <shimada.cake@gmail.com>
Sat, 15 May 2010 05:28:30 +0000 (14:28 +0900)
committershimada <shimada.cake@gmail.com>
Sat, 15 May 2010 05:28:30 +0000 (14:28 +0900)
commit9a5bfda58a2b8a80ce038e11033d81d46273d72b
tree0b66ddd4ce5934fa201e8a4d579a050a26e1aee0
parentfe84d7a27a38318f03c117fbb21dc3dcb130a87a
add controller songs_controller
14 files changed:
app/controllers/base_controller.rb [new file with mode: 0644]
app/controllers/songs_controller.rb [new file with mode: 0644]
app/helpers/songs_helper.rb [new file with mode: 0644]
app/models/song.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20100424171005_create_songs.rb [new file with mode: 0644]
log/development.log [deleted file]
log/production.log [deleted file]
log/server.log [deleted file]
log/test.log [deleted file]
spec/controllers/songs_controller_spec.rb [new file with mode: 0644]
spec/fixtures/songs.yml [new file with mode: 0644]
spec/helpers/songs_helper_spec.rb [new file with mode: 0644]
spec/models/song_spec.rb [new file with mode: 0644]