Class: ActsAsTaggableOn::Taggable::TaggedWithQuery::ExcludeTagsQuery
- Inherits:
-
QueryBase
- Object
- QueryBase
- ActsAsTaggableOn::Taggable::TaggedWithQuery::ExcludeTagsQuery
- Defined in:
- lib/acts-as-taggable-on/taggable/tagged_with_query/exclude_tags_query.rb
Instance Method Summary collapse
Methods inherited from QueryBase
Constructor Details
This class inherits a constructor from ActsAsTaggableOn::Taggable::TaggedWithQuery::QueryBase
Instance Method Details
#build ⇒ Object
7 8 9 10 11 12 |
# File 'lib/acts-as-taggable-on/taggable/tagged_with_query/exclude_tags_query.rb', line 7 def build taggable_model.joins(owning_to_tagger) .where() .having() .readonly(false) end |