OSDN Git Service

'sync'
authoryasushiito <yas@pen-chan.jp>
Sat, 30 Jun 2012 03:24:30 +0000 (12:24 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 30 Jun 2012 03:24:30 +0000 (12:24 +0900)
commitcee368f792246fac49d1aa8f14ea07af3b7d7824
tree9747b29e92ab6719b0312a2664abdf4d431c4ce3
parent809beb5cd929c25f2d0ea1c3edd536d8d682c3a4
'sync'
16 files changed:
app/controllers/comics_controller.rb
app/controllers/panels_controller.rb
app/controllers/stories_controller.rb [new file with mode: 0644]
app/helpers/stories_helper.rb [new file with mode: 0644]
app/models/comic.rb
app/models/panel.rb
app/models/story.rb [new file with mode: 0644]
db/migrate/20120618022800_create_stories.rb [new file with mode: 0644]
db/migrate/20120618023403_connect_story.rb [new file with mode: 0644]
spec/controllers/comics_controller_spec.rb
spec/controllers/panels_controller_spec.rb
spec/controllers/stories_controller_spec.rb [new file with mode: 0644]
spec/factories.rb
spec/models/comic_spec.rb
spec/models/panel_spec.rb
spec/models/story_spec.rb [new file with mode: 0644]