wblog/app/models/photo.rb

4 lines
75 B
Ruby
Raw Permalink Normal View History

class Photo < ApplicationRecord
2012-06-25 00:09:44 +08:00
mount_uploader :image, PhotoUploader
end