Notification 500 error
Created by: shurco
When I open the page control notification I see 500 error.
production.log:
Started GET "/profile/notifications" for 127.0.0.1 at 2013-03-30 14:52:00 +0400
Processing by NotificationsController#show as HTML
Rendered notifications/show.html.haml within layouts/profile (74.8ms)
Completed 500 Internal Server Error in 84ms
ActionView::Template::Error (undefined method notification_level' for #<User:0xad89a3c>): 21: %h5 Global 22: .span7 23: = label_tag do 24: = radio_button_tag :notification_level, Notification::N_DISABLED, @notification.disabled? 25: %span Disabled 26: 27: = label_tag do app/models/notification.rb:20:in
disabled?'
app/views/notifications/show.html.haml:24:in block (2 levels) in _app_views_notifications_show_html_haml___329292965_91280080' app/views/notifications/show.html.haml:23:in
block in _app_views_notifications_show_html_haml___329292965_91280080'
app/views/notifications/show.html.haml:16:in `_app_views_notifications_show_html_haml___329292965_91280080'