Module: EasyContact::Contactable

Extended by:
ActiveSupport::Concern
Defined in:
lib/easy_contact/contactable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reject_entries(attributes) ⇒ Object

end of class methods



44
45
46
# File 'lib/easy_contact/contactable.rb', line 44

def reject_entries(attributes)
  attributes['content'].blank?
end