class ActionDispatch::Routing::DeprecatedMapper::Resource

def shallow_name_prefix

def shallow_name_prefix
  @shallow_name_prefix ||= @options[:shallow] ? @options[:namespace].try(:gsub, /\//, '_') : name_prefix
end