Class: FactoryGirl::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- FactoryGirl::Generators::Base
- Defined in:
- lib/generators/factory_girl.rb
Overview
:nodoc:
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/factory_girl.rb', line 6 def self.source_root @_factory_girl_source_root ||= File.(File.join(File.dirname(__FILE__), 'factory_girl', generator_name, 'templates')) end |