app/models/element.rb in alchemy_cms-2.0.pre4 vs app/models/element.rb in alchemy_cms-2.0.pre5

- old
+ new

@@ -1,7 +1,4 @@ -require 'yaml' -require 'acts_as_list' - class Element < ActiveRecord::Base # All Elements inside a cell are a list. All Elements not in cell are in the cell_id.nil list. acts_as_list :scope => [:page_id, :cell_id] stampable :stamper_class_name => :user