Class: Iron::Seed
- Inherits:
-
Object
- Object
- Iron::Seed
- Defined in:
- app/models/iron/seed.rb
Constant Summary collapse
- DEFAULT_PATH =
"db/seeds/iron.zip"
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.dump(path = nil) ⇒ Object
5 |
# File 'app/models/iron/seed.rb', line 5 def self.dump(path = nil) = new(path).dump |
.load(path = nil) ⇒ Object
6 |
# File 'app/models/iron/seed.rb', line 6 def self.load(path = nil) = new(path).load |