Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created November 22, 2013 19:16
Show Gist options
  • Save Breefield/7605290 to your computer and use it in GitHub Desktop.
Save Breefield/7605290 to your computer and use it in GitHub Desktop.
class Location < ActiveRecord::Base
belongs_to :located, :polymorphic => true
geocoded_by :address
before_validation :geocode, :if => :changed?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment