module TrogdirModels
Constants
- VERSION
Public Class Methods
load_factories()
click to toggle source
For sharing factories with apps that use the gem
# File lib/trogdir_models.rb, line 3 def self.load_factories FactoryGirl.definition_file_paths += [File.expand_path('../../spec/factories', __FILE__)] end