Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created November 22, 2013 19:06
Show Gist options
  • Save Breefield/7605151 to your computer and use it in GitHub Desktop.
Save Breefield/7605151 to your computer and use it in GitHub Desktop.
class Event < ActiveRecord::Base
has_one :location, as: :located, dependent: :destroy
accepts_nested_attributes_for :location
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment