class FixtureLoaders::PropertyDefinitionsLoader
Public Instance Methods
load()
click to toggle source
# File lib/mingle_macro_development_toolkit/loaders/fixture_loaders/property_definitions_loader.rb, line 4 def load load_fixtures_for('property_definitions').collect do |pd| PropertyDefinitionLoader.new('id' => pd['id']) if match?(pd) end.compact end