method
shallow_path_prefix
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::DeprecatedMapper::Resource
shallow_path_prefix()public
No documentation available.
# 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