Skip to content

Commit

Permalink
Merge pull request #673 from slovensko-digital/API-486/fix_upvs_submi…
Browse files Browse the repository at this point in the history
…ssions_for_signed_users

API-486 Add missing class name to User
  • Loading branch information
luciajanikova authored Oct 9, 2024
2 parents b60c671 + d5a23ad commit 7575597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def start!(journey)
has_many :user_tasks, through: :user_steps
has_many :notification_subscriptions
has_many :submissions
has_many :upvs_submissions
has_many :upvs_submissions, class_name: 'Upvs::Submission'

def logged_in?
true
Expand Down

0 comments on commit 7575597

Please sign in to comment.