Class: Ecm::Blog::Post

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
FriendlyId
Includes:
ActsAsPublished::ActiveRecord, Markdown, Model::Ecm::Comments::CommentableConcern, Model::Ecm::Tags::TaggableConcern
Defined in:
app/models/ecm/blog/post.rb

Defined Under Namespace

Modules: Markdown

Instance Method Summary collapse

Methods included from Markdown

#body

Instance Method Details

#humanObject



17
18
19
# File 'app/models/ecm/blog/post.rb', line 17

def human
  title
end