Method: Picky::Query::Combination#ids
- Defined in:
- lib/picky/query/combination.rb
#ids ⇒ Object
Returns an array of ids for the given text.
Note: Caching is most of the time useful.
47 48 49 |
# File 'lib/picky/query/combination.rb', line 47 def ids @ids ||= category.ids(token) end |