Module: IsPublished::Scopes
- Defined in:
- lib/is_published/scopes.rb
Instance Method Summary collapse
Instance Method Details
#published ⇒ Object
3 4 5 |
# File 'lib/is_published/scopes.rb', line 3 def published where(published: true) end |