Class: ActiveCsv::Base

Inherits:
ActiveTsv::Base show all
Defined in:
lib/active_csv.rb

Constant Summary collapse

SEPARATER =
","

Constants inherited from ActiveTsv::Base

ActiveTsv::Base::DEFAULT_PRIMARY_KEY

Constants included from ActiveTsv::Querying

ActiveTsv::Querying::METHODS

Method Summary

Methods inherited from ActiveTsv::Base

#==, #[], #[]=, all, #attributes, column_names, column_names=, custom_column_name?, encoding, encoding=, #initialize, #inspect, open, reload, scope

Methods included from ActiveTsv::Reflection

#belongs_to, #has_many, #has_one

Constructor Details

This class inherits a constructor from ActiveTsv::Base