Method: ActiveSpy::Generators::InstallGenerator.source_root

Defined in:
lib/rails/generators/active_spy/install/install_generator.rb

.source_rootObject

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.expand_path('../templates', __FILE__)
end