Skip to content

Instantly share code, notes, and snippets.

@jasondew
Created July 13, 2010 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasondew/473925 to your computer and use it in GitHub Desktop.
Save jasondew/473925 to your computer and use it in GitHub Desktop.
extend CodedOptions
coded_options :state => ["Active", "Under Appeal", "Terminated"],
:category => ["Private, Non-profit", "Private, For-profit", "Publicly Sponsored", "Church Sponsored", "Head Start Organization", "Public School 4K", "Military Prog
:type => ["Center Child Care", "Accredited Center", "Group Day Care", "Family Day Care", "Exemption"],
:authorization_type => %w(License Approval Military Exempt DDSN),
:county => %w(Abbeville Aiken Allendale Anderson Bamberg Barnwell Beaufort Berkeley Calhoun Charleston Cherokee Chester Chesterfield Clarendon Colleton Darlingto
:time => %w(closed 1:00AM 1:15AM 1:30AM 1:45AM 2:00AM 2:15AM 2:30AM 2:45AM 3:00AM 3:15AM 3:30AM 3:45AM 4:00AM 4:15AM 4:30AM 4:45AM 5:00AM 5:15AM 5:30AM 5:45AM
:status => %w(Open Closed Partial/Exception)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment