OSDN Git Service

t#31470:create pager
authoryasushiito <yas@pen-chan.jp>
Thu, 6 Jun 2013 11:05:08 +0000 (20:05 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 6 Jun 2013 11:05:08 +0000 (20:05 +0900)
commite6ae2d4d0e9cec1828ef7e4bec617d7f925d8133
tree8d19ab65d30254cb42b63ead9a41f3334accc08f
parent2bcff4ea2e955de6c21e19239313f00ac323f410
t#31470:create pager
63 files changed:
app/controllers/artists_controller.rb
app/controllers/authors_controller.rb
app/controllers/comics_controller.rb
app/controllers/ground_colors_controller.rb
app/controllers/ground_pictures_controller.rb
app/controllers/home_controller.rb
app/controllers/original_pictures_controller.rb
app/controllers/panel_pictures_controller.rb
app/controllers/panels_controller.rb
app/controllers/resource_pictures_controller.rb
app/controllers/stories_controller.rb
app/models/artist.rb
app/models/author.rb
app/models/comic.rb
app/models/ground_color.rb
app/models/ground_picture.rb
app/models/original_picture.rb
app/models/panel.rb
app/models/panel_picture.rb
app/models/story.rb
app/views/artists/index.html.erb
app/views/authors/comics.html.erb
app/views/authors/ground_colors.html.erb
app/views/authors/ground_pictures.html.erb
app/views/authors/index.html.erb
app/views/authors/panel_pictures.html.erb
app/views/authors/panels.html.erb
app/views/authors/stories.html.erb
app/views/comics/index.html.erb
app/views/ground_colors/index.html.erb
app/views/ground_pictures/index.html.erb
app/views/home/comics.html.erb
app/views/home/ground_colors.html.erb
app/views/home/ground_pictures.html.erb
app/views/home/panel_pictures.html.erb
app/views/home/panels.html.erb
app/views/home/stories.html.erb
app/views/original_pictures/index.html.erb
app/views/panel_pictures/index.html.erb
app/views/panels/index.html.erb
app/views/resource_pictures/index.html.erb
app/views/stories/index.html.erb
spec/controllers/artists_controller_spec.rb
spec/controllers/authors_controller_spec.rb
spec/controllers/comics_controller_spec.rb
spec/controllers/ground_colors_controller_spec.rb
spec/controllers/ground_pictures_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/original_pictures_controller_spec.rb
spec/controllers/panel_pictures_controller_spec.rb
spec/controllers/panels_controller_spec.rb
spec/controllers/resource_pictures_controller_spec.rb
spec/controllers/stories_controller_spec.rb
spec/models/artist_spec.rb
spec/models/author_spec.rb
spec/models/comic_spec.rb
spec/models/ground_color_spec.rb
spec/models/ground_picture_spec.rb
spec/models/original_picture_spec.rb
spec/models/panel_picture_spec.rb
spec/models/panel_spec.rb
spec/models/resource_picture_spec.rb
spec/models/story_spec.rb