public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://fleximage.rubyforge.org
Clone URL: git://github.com/Squeegy/fleximage.git
Search Repo:
commit  137683d64d25c9b842ce95b4a5d842165e585810
tree    6c156b7f559df78a047207d6e738555119f1af2e
parent  9c53eb492d3cb333a089aa523b08e29c82836dfc
fleximage / test / rails_root / app / models / avatar.rb
100644 5 lines (4 sloc) 0.129 kb
1
2
3
4
5
class Avatar < ActiveRecord::Base
  acts_as_fleximage :image_directory => 'public/uploads'
  validates_presence_of :username
end