Module: HasArrayScopes
- Defined in:
- lib/has_array_scopes/parser.rb,
lib/has_array_scopes/taggable.rb
Overview
Internal helpers backing Taggable, the
Heatwave-specific replacement for the acts_as_taggable_on style
of tag column. Lets callers store tags as a Postgres text[] and
query them with a small Ransack-friendly DSL.
Defined Under Namespace
Modules: Taggable Classes: Parser
Class Method Summary collapse
-
.parser ⇒ HasArrayScopes::Parser
The shared parser instance.
Class Method Details
.parser ⇒ HasArrayScopes::Parser
Returns the shared parser instance.
23 24 25 |
# File 'lib/has_array_scopes/parser.rb', line 23 def self.parser @parser ||= Parser.new end |