Module: CouchCloner::Conditions::Shown
- Defined in:
- lib/couch_cloner/conditions/shown.rb
Instance Method Summary collapse
Instance Method Details
#conditions ⇒ Object
4 5 6 |
# File 'lib/couch_cloner/conditions/shown.rb', line 4 def conditions "#{super} && doc.couch_visible == true" end |