Sha256: e5f8131814e02675d9991d2bccc4071b467b9408d45ab1b0b87f84d7853e8a5c
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
require 'active_support/concern' require 'hosted_solr/api/configuration_sugar' module HostedSolr module API module HasConfiguration extend ActiveSupport::Concern included do def self.configuration HostedSolr::API.configuration end def configuration self.class.configuration end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hosted_solr-api-0.6.0 | lib/hosted_solr/api/has_configuration.rb |