OSDN Git Service

t#30169:show, index action create all resource
authoryasushiito <yas@pen-chan.jp>
Wed, 5 Dec 2012 09:47:22 +0000 (18:47 +0900)
committeryasushiito <yas@pen-chan.jp>
Wed, 5 Dec 2012 09:47:22 +0000 (18:47 +0900)
commit3aabbdd8720ec40eae15a1e10b5bbdbec5a4bc0a
tree29ea45c277df4931d5e165792fcc2efbfe8b04cf
parent418be292310a1adaa5113d2eeaf668aa97fce0b1
t#30169:show, index action create all resource
39 files changed:
app/controllers/balloons_controller.rb
app/controllers/colors_controller.rb
app/controllers/ground_colors_controller.rb
app/controllers/ground_pictures_controller.rb
app/controllers/panel_colors_controller.rb
app/controllers/panel_pictures_controller.rb
app/controllers/speeches_controller.rb
app/models/balloon.rb
app/models/ground_color.rb
app/models/ground_picture.rb
app/models/panel_color.rb
app/models/panel_picture.rb
app/models/speech.rb
app/models/speech_balloon.rb
app/views/balloons/index.html.erb [new file with mode: 0644]
app/views/balloons/show.html.erb [new file with mode: 0644]
app/views/colors/index.html.erb
app/views/colors/show.html.erb [new file with mode: 0644]
app/views/ground_colors/show.html.erb [new file with mode: 0644]
app/views/ground_pictures/show.html.erb [new file with mode: 0644]
app/views/panel_colors/show.html.erb [new file with mode: 0644]
app/views/panel_pictures/browse.html.erb
app/views/panel_pictures/show.html.erb [new file with mode: 0644]
app/views/speeches/index.html.erb [new file with mode: 0644]
app/views/speeches/show.html.erb [new file with mode: 0644]
spec/controllers/balloons_controller_spec.rb
spec/controllers/colors_controller_spec.rb
spec/controllers/ground_colors_controller_spec.rb
spec/controllers/ground_pictures_controller_spec.rb
spec/controllers/panel_colors_controller_spec.rb
spec/controllers/panel_pictures_controller_spec.rb
spec/controllers/speeches_controller_spec.rb
spec/models/balloon_spec.rb
spec/models/ground_color_spec.rb
spec/models/ground_picture_spec.rb
spec/models/panel_color_spec.rb
spec/models/panel_picture_spec.rb
spec/models/speech_balloon_spec.rb
spec/models/speech_spec.rb