Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kxmbrian committed Jan 18, 2015
1 parent c295033 commit af779f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/assessment/submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Assessment::Submission < ActiveRecord::Base
through: :answers,
source: :as_answer, source_type: "Assessment::GeneralAnswer"

has_many :general_answers, class_name: "Assessment::ScribingAnswer",
has_many :scribing_answers, class_name: "Assessment::ScribingAnswer",
through: :answers,
source: :as_answer, source_type: "Assessment::ScribingAnswer"

Expand Down

0 comments on commit af779f9

Please sign in to comment.