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
Post a Comment