OSDN Git Service

歌詞表示の途中まで
authorcake <cake@users.sourceforge.jp>
Mon, 20 Sep 2010 03:02:39 +0000 (12:02 +0900)
committercake <cake@users.sourceforge.jp>
Mon, 20 Sep 2010 03:02:39 +0000 (12:02 +0900)
commita1e0c4990fc23fa38a90253c2a82792c3492beec
tree2625838a89ad19cf83b01b142b3230e16359b819
parente6f4f3689c6b6a5afcf13ca417b0cff50febfa77
歌詞表示の途中まで
12 files changed:
app/controllers/songs_controller.rb
app/helpers/songs_helper.rb
app/models/song.rb
app/views/layouts/base.html.erb
app/views/songs/_fixed.html.erb [new file with mode: 0644]
app/views/songs/_form.html.erb
app/views/songs/_scroll.html.erb [new file with mode: 0644]
app/views/songs/edit.html.erb
app/views/songs/show.html.erb [new file with mode: 0644]
public/javascripts/show_song.js [new file with mode: 0644]
public/stylesheets/show_song.css [new file with mode: 0644]
spec/models/song_spec.rb