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

Example for collection parser is incorrect. #115

Merged
merged 1 commit into from Jan 29, 2014

Conversation

cmarkle
Copy link
Contributor

@cmarkle cmarkle commented Dec 28, 2013

Either "self.collection_parser = PostParser" in the original example needs to be changed to refer to the subsequent PostCollection class (the path I chose) or the PostCollection class needs to be named PostParser. Bottom line is the class name of the class that inherits from ActiveResource::Collection needs to match the name specified as collection_parser.

Either "self.collection_parser = PostParser" in the original example needs to be changed to refer to the subsequent PostCollection class (the path I chose) or the PostCollection class needs to be named PostParser. Bottom line is the class name of the class that inherits from ActiveResource::Collection needs to match the name specified as collection_parser.
guilleiguaran added a commit that referenced this pull request Jan 29, 2014
Example for collection parser is incorrect.
@guilleiguaran guilleiguaran merged commit 26e76f9 into rails:master Jan 29, 2014
@cmarkle cmarkle deleted the patch-1 branch January 29, 2014 18:44
guilleiguaran added a commit that referenced this pull request Nov 30, 2015
Example for collection parser is incorrect.
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.

None yet

2 participants