Module: Geocodable

Extended by:
ActiveSupport::Concern
Included in:
Challenge, Need, Project, User, Workgroup
Defined in:
app/models/concerns/geocodable.rb

Instance Method Summary collapse

Instance Method Details

#make_addressObject



4
5
6
# File 'app/models/concerns/geocodable.rb', line 4

def make_address
  [address, city, country].compact.join(', ')
end