Goldencobra icon indicating copy to clipboard operation
Goldencobra copied to clipboard

Provide an `of_articletype_or` scope for Goldencobra::Article

Open 5minpause opened this issue 7 years ago • 2 comments

There is this scope: https://github.com/ikuseiGmbH/Goldencobra/blob/master/app/models/goldencobra/article.rb#L126

scope :articletype, lambda{ |name| where(article_type: name)}

We need a second scope, that uses OR for scoping.

5minpause avatar Mar 23 '17 09:03 5minpause

use case would be something like this? Goldencobra::Article.articletype(["Report Index", "Event Show"], any: true)

marcometz avatar Mar 23 '17 09:03 marcometz

Yes, something like this. Do you want to create a Pull Request for this? 😄

5minpause avatar Mar 23 '17 09:03 5minpause