Class: Ror::Generators::Init
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Ror::Generators::Init
- Includes:
- Thor::Actions
- Defined in:
- lib/ror/generators/init.rb
Constant Summary collapse
- ROR_DIR =
'.ror'.freeze
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
10 11 12 |
# File 'lib/ror/generators/init.rb', line 10 def self.source_root File.dirname(__FILE__) + "/templates" end |