Rename Contact::address_processing to address_processing?

#251
This commit is contained in:
Artur Beljajev 2016-12-12 04:36:28 +02:00
parent 5af4c585d4
commit 5e1c43f7cc
5 changed files with 7 additions and 7 deletions

View file

@ -258,7 +258,7 @@ class Contact < ActiveRecord::Base
pluck(:email)
end
def address_processing
def address_processing?
Setting.address_processing
end