Cannot edit profile
Created by: ProgVal
Hi,
With the version in master I cannot access the "Edit profile" page because I get a 500 error code.
Here is the log:
Started GET "/profile" for 2001:470:cbb3:64:5054:ff:fea6:8f78 at 2012-04-06 18:03:57 +0000
Processing by ProfileController#show as HTML
Rendered profile/show.html.haml within layouts/profile (6.1ms)
Completed 500 Internal Server Error in 8ms
ActionView::Template::Error (undefined method `bio' for #<User:0x00000007161b40>):
53: .clearfix
54: = f.label :bio
55: .input
56: = f.text_area :bio, :rows => 6, :class => "xlarge", :maxlength => 250
57: %span.help-block About yourself in fewer than 250 characters.
58: .span7.right
59: %p.alert-message.block-message
app/views/profile/show.html.haml:56:in `block in _app_views_profile_show_html_haml__3933088739412480307_57547920'
app/views/profile/show.html.haml:26:in `_app_views_profile_show_html_haml__3933088739412480307_57547920'
Using tag v2.3.1 instead fixes it.
Regards, Valentin