OSDN Git Service

add editor
[pettanr/pettanr.git] / app / models / panel.rb
index 4d1b986..723bdb2 100644 (file)
@@ -92,7 +92,7 @@ class Panel < Pettanr::Content
     ]
   end
   
-  def field_tag_attributes column, opt = {}
+  def field_tag_attributes column, no_attr, opt = {}
     self.tag_attributes(column).merge(
       {:column => column}
     ).merge(opt)