X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fcontrollers%2Fpanels_controller.rb;fp=app%2Fcontrollers%2Fpanels_controller.rb;h=24359c32663dce4d4b9c1c56ca6236f15b8a5a83;hp=50f45f6fbaf15d3a493dc37ed466aec5679d813f;hb=aac8dcaac3363c67a15a6fbd77da900ff4d63dbe;hpb=b5b537bb72484a06c3d227b8d7a2efe74fd6a2ba diff --git a/app/controllers/panels_controller.rb b/app/controllers/panels_controller.rb index 50f45f6f..24359c32 100644 --- a/app/controllers/panels_controller.rb +++ b/app/controllers/panels_controller.rb @@ -27,7 +27,7 @@ class PanelsController < ApplicationController # GET /panels/1 # GET /panels/1.json def show - @panel = Panel.find(params[:id], include: [:comic, :panel_pictures => :resource_picture, :balloons => :speaches])# only: [:width, :height]) + @panel = Panel.find(params[:id], include: [:comic, :panel_pictures => :resource_picture, :balloons => :speeches])# only: [:width, :height]) respond_to do |format| format.html # show.html.erb