spec/db/schema.rb in goldiloader-0.0.10 vs spec/db/schema.rb in goldiloader-0.0.11
- old
+ new
@@ -118,9 +118,11 @@
if ActiveRecord::VERSION::MAJOR < 4
has_and_belongs_to_many :unique_tags_has_and_belongs, join_table: :post_tags, class_name: 'Tag', uniq: true
end
+ has_and_belongs_to_many :tags_without_auto_include, join_table: :post_tags, class_name: 'Tag', auto_include: false
+
after_destroy :after_post_destroy
if Goldiloader::Compatibility.mass_assignment_security_enabled?
attr_accessible :title
end