摘要: gem "paperclip", '3.0.0'gem "upyun-paperclip"gem 'mime-types', :require => 'mime/types'rails generatemodelpic rails generate paperclippic avatarclass EventPic < ActiveRecord::Base # attr_accessible :title, :body has_attached_file :avatar, { :storage 阅读全文
posted @ 2013-03-21 17:33 小狸的窝 阅读(314) 评论(0) 推荐(0)