OSDN Git Service

t#31471:add panel catch
authoryasushiito <yas@pen-chan.jp>
Sun, 2 Jun 2013 04:42:37 +0000 (13:42 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 2 Jun 2013 04:42:37 +0000 (13:42 +0900)
commitacd03e90594f5d9a6ee1aa06d3efed9981bbe612
treeb1f9e3688c97c007d36451d1cf57132f74f1edd7
parentb6819b2b09d7fdd1d5e10cb2d3f4dbd7014824ee
t#31471:add panel catch
27 files changed:
Gemfile
app/controllers/panel_pictures_controller.rb
app/controllers/panels_controller.rb
app/models/author.rb
app/models/panel.rb
app/models/panel_picture.rb
app/models/resource_picture.rb
app/views/home/index.html.erb
app/views/panel_pictures/_body.html.erb [new file with mode: 0644]
app/views/panel_pictures/_form.html.erb [new file with mode: 0644]
app/views/panel_pictures/_standard.html.erb [new file with mode: 0644]
app/views/panel_pictures/edit.html.erb [new file with mode: 0644]
app/views/panel_pictures/new.html.erb [new file with mode: 0644]
app/views/panel_pictures/show.html.erb
app/views/panels/_footer.html.erb
app/views/panels/_form.html.erb
app/views/panels/_metroform.html.erb [new file with mode: 0644]
app/views/panels/new.js.erb
app/views/panels/show.html.erb
app/views/resource_pictures/_list_item.html.erb [new file with mode: 0644]
app/views/resource_pictures/index.html.erb
app/views/resource_pictures/show.html.erb
config/locales/pettanr.ja.yml
config/routes.rb
db/migrate/20130601000336_add_working_panel_id_on_authors.rb [new file with mode: 0644]
spec/models/author_spec.rb
spec/models/panel_spec.rb