method
default_command_root
v5.1.7 -
Show latest stable
- Class:
Rails::Command::Base
default_command_root()public
Default file root to place extra files a command might need, placed one folder above the command file.
For a `Rails::Command::TestCommand` placed in `rails/command/test_command.rb` would return `rails/test`.