Method: ActiveSpy::Generators::InstallGenerator.source_root
- Defined in:
- lib/rails/generators/active_spy/install/install_generator.rb
.source_root ⇒ Object
The source for templates
14 15 16 |
# File 'lib/rails/generators/active_spy/install/install_generator.rb', line 14 def self.source_root @@_active_spy_source_root ||= File.('../templates', __FILE__) end |