kburk1997/BettereBinder

Issue with my binders

Closed this issue · 1 comments

I get the following error message:

ActiveRecord::StatementInvalid in Binders#user
Showing /home/katie/BettereBinder/app/views/binders/user.html.erb where line #9 raised:

SQLite3::SQLException: no such column: binders.user_id: SELECT "binders".* FROM "binders" WHERE "binders"."user_id" = ?

Turns out we were creating binders in the database and not under the user itself. Should be all fixed!