Skip to content

Instantly share code, notes, and snippets.

@rodolfopeixoto
Created February 17, 2018 19:33
Show Gist options
  • Save rodolfopeixoto/dbeef142224a02203db594b29861c4bd to your computer and use it in GitHub Desktop.
Save rodolfopeixoto/dbeef142224a02203db594b29861c4bd to your computer and use it in GitHub Desktop.
module DeviseHelper
def resource_name
:usuario
end
def resource
@resource ||= Usuario.new
end
def devise_mapping
@devise_mapping ||= Devise.mappings[:usuario]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment