Skip to content

Instantly share code, notes, and snippets.

@lgrains
Created November 20, 2013 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lgrains/7556294 to your computer and use it in GitHub Desktop.
Save lgrains/7556294 to your computer and use it in GitHub Desktop.
class CitizenshipStatus
include Processor
def process_field(value)
AlienStatus.find_code( value )
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment