Sha256: 0e0dc9cf1de032f9b2b71bb11b17c1f2229979505126cad927b522904134a954
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
class News < ActiveRecord::Base extend FriendlyId friendly_id :title, use: :slugged mount_uploader :photo, PhotoUploader belongs_to :category belongs_to :user, class_name: 'Users::Admin' validates :title, presence: true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
beerify-0.2.0 | app/models/news.rb |
beerify-0.1.3 | app/models/news.rb |
beerify-0.1.2 | app/models/news.rb |