Module: Geocodable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/geocodable.rb
Instance Method Summary collapse
Instance Method Details
#make_address ⇒ Object
4 5 6 |
# File 'app/models/concerns/geocodable.rb', line 4 def make_address [address, city, country].compact.join(', ') end |