Skip to content

Instantly share code, notes, and snippets.

@heycarsten
Created August 5, 2009 21:09
Show Gist options
  • Save heycarsten/162959 to your computer and use it in GitHub Desktop.
Save heycarsten/162959 to your computer and use it in GitHub Desktop.
class Model < ActiveRecord::Base
STATES = %w[ inactive active processing ]
validates_inclusion_of :state, :in => STATES
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment