Class: Rails::Generators::CollectionGenerator

Inherits:
Guacamole::Generators::CollectionGenerator show all
Defined in:
lib/rails/generators/rails/collection/collection_generator.rb

Class Method Summary collapse

Methods inherited from Guacamole::Generators::CollectionGenerator

#create_collection_file

Class Method Details

.source_rootObject



8
9
10
# File 'lib/rails/generators/rails/collection/collection_generator.rb', line 8

def self.source_root
  File.expand_path("../../guacamole/#{generator_name}/templates", File.dirname(__FILE__))
end