Advertisement
Guest User

Untitled

a guest
May 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module ActiveRecordRepository
  2. class Item < ActiveRecord::Base
  3. validates :name, :description, :price, :email, presence: true
  4. mount_uploader :image, ImageUploader
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement