Skip to content

Instantly share code, notes, and snippets.

Created February 24, 2010 10:15
Show Gist options
  • Save anonymous/313306 to your computer and use it in GitHub Desktop.
Save anonymous/313306 to your computer and use it in GitHub Desktop.
FILTER_TYPES = ['Race', 'Gender']
FITLER_TYPES.each do |ft|
define_method "#{ft.underscore}_names=(new_names)" do
# stuff here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment