app/models/knowledge_base/sectionables/gallery/image.rb in knowledge_base-0.1.0 vs app/models/knowledge_base/sectionables/gallery/image.rb in knowledge_base-0.2.0
- old
+ new
@@ -1,7 +1,5 @@
module KnowledgeBase
class Sectionables::Gallery::Image < ActiveRecord::Base
- belongs_to :gallery
-
- mount_uploader :image, ImageUploader
+ include Concerns::Models::Sectionables::Gallery::Image
end
end