method

perform

rails latest stable - Class: Rails::Command::ApplicationCommand
perform(*args)
public

No documentation available.

# File railties/lib/rails/commands/application/application_command.rb, line 27
      def perform(*args)
        Rails::Generators::AppGenerator.start            Rails::Generators::ARGVScrubber.new(args).prepare!
      end