class Rails::Generators::CollectionGenerator

Public Class Methods

source_root() click to toggle source
# File lib/rails/generators/rails/collection/collection_generator.rb, line 7
def self.source_root
  File.expand_path("../../guacamole/#{generator_name}/templates", File.dirname(__FILE__))
end