I have a User model with some attributes, call them foo and bar. So my model looks like this:
User
foo
bar
class User < ActiveRecor
attr_accessor is overriding the rails attributes. Try removing it and it should work.
attr_accessor