spec/dummy/app/models/post.rb in media_magick-0.2.0 vs spec/dummy/app/models/post.rb in media_magick-0.3.0
- old
+ new
@@ -5,6 +5,7 @@
field :title, :type => String
field :text, :type => String
attaches_many :files, :type => 'file'
attaches_many :images, :type => 'image', :uploader => PostUploader, :allow_videos => true
+ attaches_many :just_videos, :type => 'image', :uploader => PostUploader, :allow_videos => true
end