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

undefined method `downcase' #27

Open
kiote opened this issue Apr 21, 2010 · 1 comment
Open

undefined method `downcase' #27

kiote opened this issue Apr 21, 2010 · 1 comment

Comments

@kiote
Copy link

kiote commented Apr 21, 2010

Hello.

When I try to call
current_user.twitter.get 'friendships/destroy', {:id => user_id}
or this way
current_user.twitter.get "friendships/destroy?id=#{user_id}"

I catch 'undefined method downcase' for :id:Symbol' or 'undefined methoddowncase' for nil:NilClass'

@iPrash
Copy link

iPrash commented Jun 27, 2010

the method call is missing a leading slash...
try:
current_user.twitter.get '/friendships/destroy', {:id => user_id}

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

2 participants