Class: Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Comment
- Defined in:
- app/models/comment.rb
Instance Method Summary collapse
Instance Method Details
#status ⇒ Object
18 19 20 |
# File 'app/models/comment.rb', line 18 def status approved ? "approved" : "not approved" end |