Skip to content

Instantly share code, notes, and snippets.

@sandsu
Created January 31, 2013 14:39
Show Gist options
  • Select an option

  • Save sandsu/4683270 to your computer and use it in GitHub Desktop.

Select an option

Save sandsu/4683270 to your computer and use it in GitHub Desktop.
def resource_name
:user
end
def resource
@resource ||= User.new
end
def devise_mapping
@devise_mapping ||= Devise.mappings[:user]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment