lib/cobregratis/base.rb in cobregratis-0.4.0 vs lib/cobregratis/base.rb in cobregratis-0.4.1
- old
+ new
@@ -1,5 +1,6 @@
module Cobregratis
class Base < ActiveResource::Base
- self.site = "https://app.cobregratis.com.br"
+ self.site = 'https://app.cobregratis.com.br'
+ self.include_root_in_json = true
end
end
\ No newline at end of file