Method: Hood#phone

Defined in:
app/models/hood.rb

#phoneObject



20
21
22
# File 'app/models/hood.rb', line 20

def phone
  self[:phone] || city.phone
end