Methods

SeedFu

Constants

VERSION

The current version of Seed Fu

Public Class Methods

seed(fixture_paths = SeedFu.fixture_paths, filter = nil) click to toggle source

Load seed data from files @param [Array] fixture_paths The paths to look for seed files in @param [Regexp] filter If given, only filenames matching this expression will be loaded

# File lib/seed-fu.rb, line 28
def self.seed(fixture_paths = SeedFu.fixture_paths, filter = nil)
  Runner.new(fixture_paths, filter).run
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.