Method: Devise::Mapping#raw_path

Defined in:
lib/devise/mapping.rb

#raw_pathObject

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