Sha256: ad4ebab7a994ec57fc3da338e0fc3e5293c4ef6551ebccac4465b1da4f4ad677
Contents?: true
Size: 420 Bytes
Versions: 17
Compression:
Stored size: 420 Bytes
Contents
module Quandl module Client module Concerns module Search extend ActiveSupport::Concern included do include ScopeComposer::Model scope_composer_for :search search_helper :all, ->{ connection.where(attributes).fetch } search_helper :connection, -> { self.class.parent } search_scope.class_eval do delegate *Array.forwardable_methods, to: :all end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems