Module: HasArrayScopes
- Defined in:
- lib/has_array_scopes/parser.rb,
lib/has_array_scopes/taggable.rb
Overview
Internal helpers backing Models::HasArrayScopes::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
Class Method Details
.parser ⇒ Object
21 22 23 |
# File 'lib/has_array_scopes/parser.rb', line 21 def self.parser @parser ||= Parser.new end |