Clicking on "Profile Settings" gives me 500 error
Created by: rajeshr264
Hi,
I updated to GitLab 6.5.1 yesterday. Now, when I click on "Profile Settings", I get a 500 error.
In gitlab/log/production.log, here is the error that I see:
ActionView::Template::Error (undefined method `website_url' for #<User:0x002aaab0fd6148>):
48: .col-sm-10= f.text_field :twitter, class: "form-control"
49: .form-group
50: = f.label :website_url, 'Website', class: "control-label"
51: .col-sm-10= f.text_field :website_url, class: "form-control"
52: .form-group
53: = f.label :bio, class: "control-label"
54: .col-sm-10
app/views/profiles/show.html.haml:51:in `block in _app_views_profiles_show_html_haml___4186275427462974217_23456300043040'
app/views/profiles/show.html.haml:11:in `_app_views_profiles_show_html_haml___4186275427462974217_23456300043040'
app/controllers/application_controller.rb:57:in `set_current_user_for_thread'
Any suggestions?