diff --git a/app/models/user.rb b/app/models/user.rb index c95f78f3..7a1886e3 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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