Top Level Namespace
Defined Under Namespace
Modules: NeedleInAHaystack
Classes: ApplicationRecord, BaseFactory, BaseTag, BaseTagging, Configuration, DefaultTagStrategy, Engine, FindByTagsStrategy, FindPointsWithMultipleTagsStrategy, FindPointsWithTagStrategy, HaystackFactory, HaystackOntology, HaystackTag, HaystackTagging, OntologyTagStrategy, QueryContext, QueryStrategy, TagStrategy, Taggable
Constant Summary
collapse
- VERSION =
"1.1.0".freeze
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
9
10
11
|
# File 'lib/needle_in_a_haystack/configuration.rb', line 9
def self.configuration
@configuration ||= Configuration.new
end
|
13
14
15
|
# File 'lib/needle_in_a_haystack/configuration.rb', line 13
def self.configure
yield(configuration)
end
|