Module: CommentableItem
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/commentable_item.rb
Overview
Adds “commentable” behavior to entity
Instance Method Summary collapse
Instance Method Details
#commentable_by?(user) ⇒ Boolean
12 13 14 |
# File 'app/models/concerns/commentable_item.rb', line 12 def commentable_by?(user) !user.nil? end |