Module: Beespew::Model
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/beespew/model.rb
Instance Method Summary collapse
Instance Method Details
#spam? ⇒ Boolean
11 12 13 |
# File 'lib/beespew/model.rb', line 11 def spam? send(Beespew.attribute).present? end |