You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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 method
downcase' for nil:NilClass'The text was updated successfully, but these errors were encountered: