Sha256: 6760a974f85dbc0bd62e5ce33bf06ab4443aa5085845ac513eb263fb47477dde

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

Description:
  The geocodable migration generator creates a migration which you can use to generate two tables:

    geocodes - Contains the latitude and longitude coordinates, with the address they refer to.
    geocodings - The polymorphic join table.


Example:
    rails generate acts_as_geocodable

    With 4 existing migrations, this will create an AddGeocodableTables migration in the
    file db/migrate/5_add_geocodable_tables.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_geocodable-2.1.1 lib/generators/acts_as_geocodable/USAGE
acts_as_geocodable-2.1.0 lib/generators/acts_as_geocodable/USAGE