Class: Writefully::Post

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
FriendlyId
Includes:
Postable
Defined in:
app/models/writefully/post.rb

Instance Method Summary collapse

Methods included from Postable

#check_content_field_existence, #klass_from, #publish_resource, #taxonomize_with

Instance Method Details

#detailsObject



21
22
23
# File 'app/models/writefully/post.rb', line 21

def details
  Hashie::Mash.new(read_attribute(:details))
end