Class: Shoulda::Generators::Base

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/shoulda.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/generators/shoulda.rb', line 6

def self.source_root
  @_shoulda_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'shoulda', generator_name, 'templates'))
end