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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -