Class: Reply
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Reply
- Includes:
- Likeable
- Defined in:
- app/models/reply.rb
Instance Attribute Summary collapse
-
#positive ⇒ Object
Returns the value of attribute positive.
Instance Attribute Details
#positive ⇒ Object
Returns the value of attribute positive.
15 16 17 |
# File 'app/models/reply.rb', line 15 def positive @positive end |