Method: Mongo::Collection#read_concern
- Defined in:
- lib/mongo/collection.rb
#read_concern ⇒ Hash
Get the read concern for this collection instance.
144 145 146 |
# File 'lib/mongo/collection.rb', line 144 def read_concern [:read_concern] || database.read_concern end |