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