Class: Zoo::Generators::Base
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Zoo::Generators::Base
- Defined in:
- lib/generators/zoo.rb
Overview
:nodoc:
Direct Known Subclasses
AuthenticationGenerator, ConfigGenerator, LayoutGenerator, ScaffoldGenerator
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
10 11 12 |
# File 'lib/generators/zoo.rb', line 10 def self. "rails generate zoo:#{generator_name} #{self.arguments.map{ |a| a.usage }.join(' ')} [options]" end |
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/zoo.rb', line 6 def self.source_root @_haml_source_root ||= File.(File.join(File.dirname(__FILE__), 'zoo', generator_name, 'templates')) end |