Sha256: 486f48888f8ae82239da3ee339a19c8565551ae77e93b519813db6c97ea39aec
Contents?: true
Size: 698 Bytes
Versions: 38
Compression:
Stored size: 698 Bytes
Contents
================================================================ Please remember to: - Edit (if necessary) the migration - Run rake db:migrate; - Edit app/models/attachment.rb - Add in your models that need images/files one of this: - has_one_attachment :myfile - has_many_attachments :myfiles You can add some validations/processor in your models like: * attachment_styles_for :myfiles, :normal, "128x128!" * validates_attachment_presence_for :myfiles * validates_attachment_size_for :myfiles, :greater_than => 10.megabytes * validates_attachment_content_type_for :myfiles, "image/png" ================================================================
Version data entries
38 entries across 38 versions & 1 rubygems