OSDN Git Service

fix form
[pettanr/pettanr.git] / app / models / story.rb
index a3894f2..d24edb2 100644 (file)
@@ -8,6 +8,11 @@ class Story < Peta::Content
   validates :visible, :presence => true, :numericality => true, :inclusion => {:in => 0..1}
   validates :t, :presence => true, :numericality => {:greater_than_or_equal_to => 0}
   
+  def tag_attributes column = nil, opt = {}
+    {
+    }
+  end
+  
   def self.owner_model
     Comic
   end