Skip to content

Instantly share code, notes, and snippets.

@christianromney
Created October 14, 2008 14:22
Show Gist options
  • Save christianromney/16717 to your computer and use it in GitHub Desktop.
Save christianromney/16717 to your computer and use it in GitHub Desktop.
class PersonalInfo < Section
immutable_fields :title, :birthdate, :country_of_birth,
:citizenship, :language, :email, :first_time_cruiser
validates_presence_of *(ImmutableFields - [:email])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment