Issue with my binders
Closed this issue · 1 comments
kburk1997 commented
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" = ?
kburk1997 commented
Turns out we were creating binders in the database and not under the user itself. Should be all fixed!