natonnelier
Results
2
issues of
natonnelier
I have the following Resource: ``` module Api::V2 class RecognitionResource < BaseResource self.adapter = Graphiti::Adapters::Null self.polymorphic = [BarcodeResource, TokenResource] belongs_to :page, foreign_key: :page_id, except: [:writable], resource: PageResource attribute(:confidence, :float) attribute(:coordinates,...
Checking method changed in order to avoid HTTParty error pointed out here: https://github.com/shideneyu/kraken_client/issues/20