Added funcitionality so user can change the email address associated with their accou...
authorjustin <tr0phy13@gmail.com>
Thu, 14 Apr 2011 06:32:19 +0000 (23:32 -0700)
committerjustin <tr0phy13@gmail.com>
Thu, 14 Apr 2011 06:32:19 +0000 (23:32 -0700)
commitb6c33d42dd37f1fb10db479c5d6b7fb4c660beb9
tree313a84ff2f2239c1b541cd8ced7709b779eae75d
parentbef19cbd240e996414af3e5c84fb1f8d8357340f
Added funcitionality so user can change the email address associated with their account. Don't think it's particular robust, but was implemented via model attribute assignment methods, so carries any of those associated benefits.
app/controllers/account_controller.rb
app/models/user.rb
app/views/account/change_contact.rhtml
app/views/account/summary.rhtml

Benjamin Mako Hill || Want to submit a patch?