Class: PiccoBlog::Post
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PiccoBlog::Post
- Extended by:
- FriendlyId
- Defined in:
- app/models/picco_blog/post.rb
Instance Attribute Summary collapse
-
#author_id ⇒ Object
Returns the value of attribute author_id.
Instance Attribute Details
#author_id ⇒ Object
Returns the value of attribute author_id.
10 11 12 |
# File 'app/models/picco_blog/post.rb', line 10 def @author_id end |