Class: BridgeCache::ProgramGroupEnrollment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- BridgeCache::ProgramGroupEnrollment
- Defined in:
- app/models/bridge_cache/program_group_enrollment.rb
Class Method Summary collapse
Class Method Details
.import_from_csv(file_path) ⇒ Object
7 8 9 |
# File 'app/models/bridge_cache/program_group_enrollment.rb', line 7 def self.import_from_csv(file_path) BridgeCache::Plugins::CSVDump::dump_to_table(self, file_path) end |