APIdock / Ruby on Rails
/
Browse About
method

configuration_file=

v2.3.8 - Show latest stable - Class: ActionController::Routing::RouteSet
configuration_file=(path)
public

Deprecated accessor

# File actionpack/lib/action_controller/routing/route_set.rb, line 257
      def configuration_file=(path)
        add_configuration_file(path)
      end

Related methods

  • Instance methods
  • add_configuration_file
  • add_named_route
  • add_route
  • build_expiry
  • builder
  • call
  • clear!
  • configuration_file
  • configuration_file=
  • deprecated_routes_for_controller_and_action_and_keys
  • draw
  • empty?
  • extra_keys
  • extract_request_environment
  • generate
  • generate_code
  • generate_extras
  • install_helpers
  • load!
  • load_routes!
  • options_as_params
  • raise_named_route_error
  • recognize
  • recognize_path
  • recognize_path
  • reload
  • reload!
  • routes_by_controller
  • routes_changed_at
  • routes_for
  • routes_for_controller_and_action
  • routes_for_controller_and_action_and_keys
  • segment_tree
  • to_plain_segments
  • Class methods
  • new
  • Private methods
  • privateclear_recognize_optimized!
  • privateremove_recognize_optimized!
  • privatewrite_recognize_optimized!
APIdock API Documentation Browser

© 2026 APIdock