Sha256: 2becdde45304842120d45c9ea9c59d2a21c82acf5e639657b3d36bf12e319549

Contents?: true

Size: 170 Bytes

Versions: 3

Compression:

Stored size: 170 Bytes

Contents

class Post < ActiveRecord::Base
  include Sunrise::Models::Post
  
  attr_accessible :published_at, :content, :title
  
#  scope :visible, where(:is_visible => true)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sunrise-posts-0.1.2 lib/generators/sunrise/posts/templates/post.rb
sunrise-posts-0.1.1 lib/generators/sunrise/posts/templates/post.rb
sunrise-posts-0.1.0 lib/generators/sunrise/posts/templates/post.rb