Flowdock
method

new

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActionController::Dispatcher
new() public

No documentation

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

Hide source
# File actionpack/lib/action_controller/deprecated/dispatcher.rb, line 22
      def new
        ActiveSupport::Deprecation.warn "ActionController::Dispatcher.new is deprecated, use Rails.application instead."
        Rails.application
      end
Register or log in to add new notes.