From: justin Date: Thu, 14 Apr 2011 06:29:43 +0000 (-0700) Subject: Added funcitionality so user can change the email address associated with their accou... X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/bef19cbd240e996414af3e5c84fb1f8d8357340f 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. --- diff --git a/app/views/account/change_contact.rhtml b/app/views/account/change_contact.rhtml new file mode 100644 index 0000000..d8fa638 --- /dev/null +++ b/app/views/account/change_contact.rhtml @@ -0,0 +1,13 @@ +
+ Change E-mail + +
+
+ <% form_tag do -%> + +


+ <%= text_field_tag 'email' %>

+ +

<%= submit_tag 'Submit' %>

+ <% end -%> +
\ No newline at end of file