Returns the raw path using path_prefix and as.
95 96 97
# File 'lib/devise/mapping.rb', line 95 def raw_path path_prefix + as.to_s end