Skip to content

Instantly share code, notes, and snippets.

@denniskuczynski
Created June 25, 2012 18:07
Show Gist options
  • Save denniskuczynski/2990272 to your computer and use it in GitHub Desktop.
Save denniskuczynski/2990272 to your computer and use it in GitHub Desktop.
Example of User including DeviseAsync helper
class User
devise :database_authenticatable, :confirmable
include DeviseAsync
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment