Class: Toppings::Generators::Install::BaseGenerator
Class Method Summary
collapse
Instance Method Summary
collapse
#root_file_path, #stylesheets_path
Class Method Details
.source_root ⇒ Object
17
18
19
|
# File 'lib/toppings/generators/install/base_generator.rb', line 17
def self.source_root
template_path
end
|
Instance Method Details
#notify_invoke ⇒ Object
13
14
15
|
# File 'lib/toppings/generators/install/base_generator.rb', line 13
def notify_invoke
say "invoke Install::#{self.class.stripped_class_name}"
end
|