Method: Sequel::NoMatchingRow#dataset
- Defined in:
- lib/sequel/exceptions.rb
#dataset ⇒ Object
The dataset that raised this NoMatchingRow exception.
57 58 59 |
# File 'lib/sequel/exceptions.rb', line 57 def dataset @dataset end |
The dataset that raised this NoMatchingRow exception.
57 58 59 |
# File 'lib/sequel/exceptions.rb', line 57 def dataset @dataset end |