Flowdock
method

handle_rails_rc!

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ARGVScrubber
handle_rails_rc!(argv) private

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 592
        def handle_rails_rc!(argv)
          if argv.find { |arg| arg == "--no-rc" }
            argv.reject { |arg| arg == "--no-rc" }
          else
            railsrc(argv) { |rc_argv, rc| insert_railsrc_into_argv!(rc_argv, rc) }
          end
        end
Register or log in to add new notes.