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

Error when using unique_args in 4.0.8 #145

Closed
kapso opened this issue Nov 1, 2015 · 2 comments
Closed

Error when using unique_args in 4.0.8 #145

kapso opened this issue Nov 1, 2015 · 2 comments

Comments

@kapso
Copy link

kapso commented Nov 1, 2015

Getting this error - ArgumentError: wrong number of arguments (1 for 2) when running this code #138

And the error is reported at this line def self.unique_args(id, blob)

@mhenrixon
Copy link
Owner

Try changing to:

def self.unique_args(args)
 [args.first]
end

@mark-ellul
Copy link

Could the documentation in the Readme be updated to reflect the resolution to this issue?

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

No branches or pull requests

3 participants