Class: Ghost::Seeder::Models::PostsSeed

Inherits:
GenericSeed show all
Defined in:
lib/ghost/seeder/models/posts_seed.rb

Instance Attribute Summary

Attributes inherited from GenericSeed

#attributes, #record

Class Method Summary collapse

Methods inherited from GenericSeed

#initialize, load_fixtures, perform_queries, #seed!, seeds, wipe_records!, yaml_bindings

Constructor Details

This class inherits a constructor from Ghost::Seeder::Models::GenericSeed

Class Method Details

.klassObject



8
9
10
# File 'lib/ghost/seeder/models/posts_seed.rb', line 8

def self.klass
  Post
end