class ActiveRecord::Base
Public Class Methods
acts_as_contactable(options = {})
click to toggle source
# File lib/easy_contact.rb, line 12 def self.acts_as_contactable(options = {}) options.reverse_merge!({}) include EasyContact::Contactable end