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

fix uninitialized instance variable warning #570

Merged
merged 1 commit into from
Aug 2, 2014

Conversation

f3nry
Copy link
Contributor

@f3nry f3nry commented Jun 13, 2014

Ruby warns that @only and @except are not initialized because if they are not passed in, they are never assigned.

@indirect
Copy link

I helped with this, 👍

@steveklabnik
Copy link
Contributor

Thanks! Can you rebase / squash this, please?

@tbuehlmann
Copy link

@letuboy ping!

Ruby warns that `@only` and `@except` are not initialized because if they are not passed in, they are never assigned.

Remove circular require in array_serializer
@f3nry
Copy link
Contributor Author

f3nry commented Aug 2, 2014

Rebased and squashed! 👍

steveklabnik added a commit that referenced this pull request Aug 2, 2014
fix uninitialized instance variable warning
@steveklabnik steveklabnik merged commit b9d216d into rails-api:master Aug 2, 2014
@steveklabnik
Copy link
Contributor

Thank you so much!

@tbuehlmann
Copy link

Thank you! \o/

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

4 participants