Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created September 8, 2011 15:22
Show Gist options
  • Select an option

  • Save HungYuHei/1203663 to your computer and use it in GitHub Desktop.

Select an option

Save HungYuHei/1203663 to your computer and use it in GitHub Desktop.
nested_attributes_accesible
has_many :doors
accepts_nested_attributes_for :doors
attr_accesible :address, :doors_attributes
# 注意是复数
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment