Class: BridgeCache::CourseTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/bridge_cache/course_template.rb

Class Method Summary collapse

Class Method Details

.import_from_csv(file_path) ⇒ Object



9
10
11
# File 'app/models/bridge_cache/course_template.rb', line 9

def self.import_from_csv(file_path)
  BridgeCache::Plugins::CSVDump::dump_to_table(self, file_path)
end