OSDN Git Service

fix form
[pettanr/pettanr.git] / app / models / story_sheet.rb
index f6e877c..47750d5 100644 (file)
@@ -8,6 +8,11 @@ class StorySheet < Peta::Content
   validates :author_id, :presence => true, :numericality => true, :existence => {:both => false}
   validates :t, :presence => true, :numericality => {:greater_than_or_equal_to => 0}
   
+  def tag_attributes column = nil, opt = {}
+    {
+    }
+  end
+  
   def self.owner_model
     Story
   end