Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Forked from lgrains/citizenship_status.rb
Created November 20, 2013 02:02
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 paulcsmith/7556328 to your computer and use it in GitHub Desktop.
Save paulcsmith/7556328 to your computer and use it in GitHub Desktop.
module Colleague::Classes
class CitizenshipStatus
include Processor
def process_field(value)
AlienStatus.find_code( value )
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment