Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created August 27, 2013 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BDQ/6353400 to your computer and use it in GitHub Desktop.
Save BDQ/6353400 to your computer and use it in GitHub Desktop.
object @address
attributes *address_attributes
child(:country) do |address|
attributes *country_attributes
end
child(:state) do |address|
attributes *state_attributes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment