You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have two Model User And Customer it will raise errors
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column users.uid does not exist
LINE 1: SELECT "users".* FROM "users" WHERE "users"."uid" = $1 LIMI...
^
HINT: Perhaps you meant to reference the column "users.id".
: SELECT "users".* FROM "users" WHERE "users"."uid" = $1 LIMIT $2
The text was updated successfully, but these errors were encountered:
/Users/macbook/.rvm/gems/ruby-2.4.1/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:712:in `block (2 levels) in skip_callback': Before process_action callback :authenticate_user! has not been defined (ArgumentError)
In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error!
If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it.
When I have two Model User And Customer it will raise errors
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column users.uid does not exist
LINE 1: SELECT "users".* FROM "users" WHERE "users"."uid" = $1 LIMI...
^
HINT: Perhaps you meant to reference the column "users.id".
: SELECT "users".* FROM "users" WHERE "users"."uid" = $1 LIMIT $2
The text was updated successfully, but these errors were encountered: