ruby on rails - TypeError Exception: no implicit conversion of Pathname into String when i make a get query -



ruby on rails - TypeError Exception: no implicit conversion of Pathname into String when i make a get query -

in controller method, doing this

def update_item_category parse.init :application_id => "appid", :api_key => "appkey", :quiet => true puts parse::query.new("brands").eq("brand_id", "5").get end

on ".get" getting "typeerror exception: no implicit conversion of pathname string". please help me out.

ruby-on-rails ruby ruby-on-rails-4 parse.com type-conversion

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -