Flowdock
method

shallow_path_prefix

Importance_0
v3.0.7 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::DeprecatedMapper::Resource
shallow_path_prefix() 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_dispatch/routing/deprecated_mapper.rb, line 258
        def shallow_path_prefix
          @shallow_path_prefix ||= @options[:shallow] ? @options[:namespace].try(:sub, /\/$/, '') : path_prefix
        end
Register or log in to add new notes.