# File lib/authlogic/acts_as_authentic/email.rb, line 21 def email_field(value = nil) rw_config(:email_field, value, first_column_to_exist(nil, :email, :email_address)) end