Created
June 30, 2012 19:36
-
-
Save D3xx73r/3025223 to your computer and use it in GitHub Desktop.
Complete code for mounted uploader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Image < ActiveRecord::Base | |
attr_accessible :description, :image, :title | |
mount_uploader :image, ImagesUploader | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment