Class: Quails::Command::NewCommand
- Defined in:
- railties/lib/rails/commands/new/new_command.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Base
banner, base_name, command_name, default_command_root, desc, engine?, executable, #help, hide_command!, inherited, namespace, perform, printing_commands, usage_path
Methods included from Actions
#load_generators, #load_tasks, #require_application_and_environment!, #set_application_directory!
Instance Method Details
#perform ⇒ Object
12 13 14 15 16 |
# File 'railties/lib/rails/commands/new/new_command.rb', line 12 def perform(*) puts "Can't initialize a new Quails application within the directory of another, please change to a non-Quails directory first.\n" puts "Type 'quails' for help." exit 1 end |