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
Good day)
Couldn't get karma for has_many association. I have an article and many authors has_karma :articles, as: :users, weight: [ 1, 0.5 ]
pass as param :users and get: ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column articles.users_id does not exist
and of course I haven't users_id
The text was updated successfully, but these errors were encountered:
Good day)
Couldn't get karma for has_many association. I have an article and many authors
has_karma :articles, as: :users, weight: [ 1, 0.5 ]
pass as param :users and get:
ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column articles.users_id does not exist
and of course I haven't users_id
The text was updated successfully, but these errors were encountered: