Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created February 23, 2017 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinbarnes/d9ed11d90ca8cab13c15e5dcd81f5cee to your computer and use it in GitHub Desktop.
Save vinbarnes/d9ed11d90ca8cab13c15e5dcd81f5cee to your computer and use it in GitHub Desktop.
module NewUserActivation
class UnknownStrategyError < ArgumentError
def initialize
raise self
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment