Class: PiccoBlog::Post

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

Instance Attribute Summary collapse

Instance Attribute Details

#author_idObject

Returns the value of attribute author_id.



10
11
12
# File 'app/models/picco_blog/post.rb', line 10

def author_id
  @author_id
end