Flowdock
method

prepare!

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ARGVScrubber
prepare!() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 348
      def prepare!
        handle_version_request!(@argv.first)
        handle_invalid_command!(@argv.first, @argv) do
          handle_rails_rc!(@argv.drop(1))
        end
      end
Register or log in to add new notes.