OSDN Git Service

t#31281:add comic.description
authoryasushiito <yas@pen-chan.jp>
Sat, 4 May 2013 02:21:28 +0000 (11:21 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 4 May 2013 02:21:28 +0000 (11:21 +0900)
commit3b695342f170cafcc457f8042056fc8eb73bc0f2
treec642dae3b4ccbe5c10cc82a312132d1fdd94315d
parent702fe2903da918fd12b74b0aeb39bea9f2d4aaea
t#31281:add comic.description
14 files changed:
app/models/comic.rb
app/models/panel.rb
app/views/comics/_form.html.erb
app/views/comics/_list_item.html.erb
app/views/comics/index.atom.builder
app/views/comics/index.rss.builder
app/views/comics/show.html.erb
app/views/panels/_standard.html.erb
app/views/panels/index.html.erb
config/locales/pettanr.ja.yml
db/migrate/20130504004559_add_description_on_comics.rb [new file with mode: 0644]
spec/factories.rb
spec/models/comic_spec.rb
spec/models/panel_spec.rb