Class: ROM::CSV::Relation

Inherits:
Relation
  • Object
show all
Defined in:
lib/rom/csv/relation.rb

Overview

Relation subclass of CSV adapter

Examples:

class Users < ROM::Relation[:csv]
end

Instance Method Summary collapse

Instance Method Details

#countObject



17
18
19
# File 'lib/rom/csv/relation.rb', line 17

def count
  dataset.count
end