Class: Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Comment
- Defined in:
- lib/models/comment.rb
Instance Attribute Summary collapse
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/models/comment.rb', line 6 def user_id @user_id end |