app/models/page.rb in beef-pages-0.1.0 vs app/models/page.rb in beef-pages-0.1.1

- old
+ new

@@ -7,10 +7,10 @@ has_assets acts_as_content_node acts_as_tree acts_as_list :scope => :parent_id acts_as_textiled :body - acts_as_taggable_on :tags + acts_as_taggable before_save :keep_position_sane validates_presence_of :title validates_presence_of :body, :tag_list, :description, :if => :publish \ No newline at end of file