class Mention::Mention
Public Instance Methods
update_attr(account, alert, attributes = {})
click to toggle source
# File lib/mention/mention.rb, line 18 def update_attr(account, alert, attributes = {}) account.update_mention_attr(alert, self, attributes) end