OSDN Git Service

t#31326:drop color
authoryasushiito <yas@pen-chan.jp>
Wed, 29 May 2013 08:16:46 +0000 (17:16 +0900)
committeryasushiito <yas@pen-chan.jp>
Wed, 29 May 2013 08:16:46 +0000 (17:16 +0900)
commite16d81f2c39f0a22470a85f476440d6a1dc75518
tree5a124bdf1b9cc7f687799a6e052b02a0014a2e36
parentbb888277dc9e9a8f14453a819ed60f27225ce7fa
t#31326:drop color
41 files changed:
app/controllers/colors_controller.rb [deleted file]
app/controllers/home_controller.rb
app/controllers/panel_colors_controller.rb [deleted file]
app/helpers/colors_helper.rb [deleted file]
app/helpers/panel_colors_helper.rb [deleted file]
app/models/color.rb [deleted file]
app/models/ground_color.rb
app/models/panel.rb
app/models/panel_color.rb [deleted file]
app/views/authors/ground_colors.html.erb
app/views/authors/panel_colors.html.erb [deleted file]
app/views/authors/show.html.erb
app/views/colors/index.html.erb [deleted file]
app/views/colors/list.html.erb [deleted file]
app/views/colors/show.html.erb [deleted file]
app/views/comics/top.html.erb
app/views/ground_colors/_list_item.html.erb
app/views/ground_colors/index.html.erb
app/views/home/ground_colors.html.erb
app/views/home/index.html.erb
app/views/home/panel_colors.html.erb [deleted file]
app/views/panel_colors/_list_item.html.erb [deleted file]
app/views/panel_colors/index.html.erb [deleted file]
app/views/panel_colors/show.html.erb [deleted file]
config/locales/pettanr.ja.yml
config/routes.rb
db/colors.json [deleted file]
db/migrate/20130528082732_merge_color.rb [new file with mode: 0644]
spec/controllers/authors_controller_spec.rb
spec/controllers/colors_controller_spec.rb [deleted file]
spec/controllers/ground_colors_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/panel_colors_controller_spec.rb [deleted file]
spec/factories.rb
spec/helpers/colors_helper_spec.rb [deleted file]
spec/helpers/panel_colors_helper_spec.rb [deleted file]
spec/models/color_spec.rb [deleted file]
spec/models/ground_color_spec.rb
spec/models/panel_color_spec.rb [deleted file]
spec/models/panel_spec.rb
spec/models/story_spec.rb