Skip to content

Commit

Permalink
lowercase all fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoc committed Mar 18, 2012
1 parent 9daf6e3 commit a72e19e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/models/member.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Member < ActiveRecord::Base
devise :database_authenticatable

comma do
title
first_name
last_name
email
password
title 'title'
first_name 'first_name'
last_name 'last_name'
email 'email'
password 'password'
street 'REL.addresses_attributes.street'
colony 'REL.addresses_attributes.colony'
city 'REL.addresses_attributes.city'
Expand Down

0 comments on commit a72e19e

Please sign in to comment.