Skip to content

Commit

Permalink
Remove exclusionary gendered constants GENDERS
Browse files Browse the repository at this point in the history
To improve the guide, replace the constants example with something
that doesn't exclude a class of people.
  • Loading branch information
Alejandro Cabrera committed Oct 2, 2014
1 parent baede32 commit 4b4a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ programming resources.
default_scope { where(active: true) }

# constants come up next
GENDERS = %w(male female)
COLORS = %w(red green blue)

# afterwards we put attr related macros
attr_accessor :formatted_date_of_birth
Expand Down

0 comments on commit 4b4a3d5

Please sign in to comment.