Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created November 22, 2013 20:18
Show Gist options
  • Save Breefield/7606146 to your computer and use it in GitHub Desktop.
Save Breefield/7606146 to your computer and use it in GitHub Desktop.
class Location < ActiveRecord::Base
# ...
belongs_to :event, :foreign_key => :located_id, :foreign_type => 'Event'
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment