OSDN Git Service

commit test
[pettanr/pettanr.git] / app / models / panel.rb
index 0254dd4..6a150e0 100644 (file)
@@ -45,7 +45,7 @@ class Panel < ActiveRecord::Base
   end
 
   #更新する時にPanelIDをチェックしとかないと勝手に所属先を変えられるゾ!?
-
+  
   def store
     f = nil
     f = Panel.find_t(self.comic_id, self.t) if self.t