Flowdock
method

set_prefixes

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::DeprecatedMapper::Resource
set_prefixes() protected

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_dispatch/routing/deprecated_mapper.rb, line 326
          def set_prefixes
            @path_prefix = options.delete(:path_prefix)
            @name_prefix = options.delete(:name_prefix)
          end
Register or log in to add new notes.