Sha256: 0bac5cd8bb9e7866a81958bd2e889ba93d383ace76aec3765f2ad5623a967085
Contents?: true
Size: 150 Bytes
Versions: 18
Compression:
Stored size: 150 Bytes
Contents
class Post < ActiveRecord::Base has_friendly_id :title, :use_slug => true named_scope :published, :conditions => { :published => true } end
Version data entries
18 entries across 18 versions & 7 rubygems