Skip to content

Instantly share code, notes, and snippets.

@coderdan
Created July 3, 2014 03:19
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 coderdan/2eb6a77ad2e48e8b1096 to your computer and use it in GitHub Desktop.
Save coderdan/2eb6a77ad2e48e8b1096 to your computer and use it in GitHub Desktop.
class CandidateStatusEnumeration
def self.default
DEFAULT_ONE
end
def self.default_status
ActiveSupport::Deprecation.warn('Use default instead')
default
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment