undefined method attr_accessible

Hi,

I just created a new model called Sidebar, for custom sidebar on a per page basis:

But Rails doesn't recognize the attr_accessible method here, what could possibly go wrong? It's the first time I run into this issue.

Please disregard my post, it seems I had typed an invisible character in Textmate that messed up the method call. When I retyped the Model it worked.