Module: ActsAsMentionable::Mentionable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/acts_as_mentionable/mentionable.rb
Instance Method Summary collapse
Instance Method Details
#mentionable? ⇒ Boolean
12 13 14 |
# File 'lib/acts_as_mentionable/mentionable.rb', line 12 def mentionable? true end |
#mentioners ⇒ Object
16 17 18 |
# File 'lib/acts_as_mentionable/mentionable.rb', line 16 def mentioners RetrievePolymorphic.new(mentions, :mentioner).call end |