Sha256: 5f9f7a6f3f99fc54ca4ef02bd584418f6a504b7f4d191af72b5b0c7d9b234aff
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
class Blog < ActiveRecord::Base acts_as_taggable belongs_to :user validates_presence_of :user_id, :title acts_as_linkable :parent=>:user, :name=>:title has_many :images cattr_reader :per_page @@per_page = 5 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wheels-0.0.41 | app/models/blog.rb |
wheels-0.0.40 | app/models/blog.rb |