Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF lists should be able to accept nested attributes as a hash #173

Merged
merged 1 commit into from
Aug 1, 2013

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Aug 1, 2013

No description provided.

@@ -20,8 +20,8 @@ def assign_nested_attributes_for_collection_association(association_name, attrib
# TODO
#check_record_limit!(options[:limit], attributes_collection)

if attributes_collection.is_a?(Hash) || attributes_collection.is_a?(String)
attributes_collection = [attributes_collection]
if attributes_collection.is_a?(Hash)# || attributes_collection.is_a?(String)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some cruft may be hanging around here.

mjgiarlo added a commit that referenced this pull request Aug 1, 2013
RDF lists should be able to accept nested attributes as a hash
@mjgiarlo mjgiarlo merged commit 85dc933 into master Aug 1, 2013
@mjgiarlo mjgiarlo deleted the rdf_list_nested_attrs branch August 1, 2013 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants