proof_attempt.rb revision 0e8478c5b02edf94e0fa52153f46483493d0e11b
class_name: 'Sentence',
join_table: 'used_axioms_proof_attempts'
class_name: 'Theorem',
association_foreign_key: 'sentence_id',
join_table: 'used_axioms_proof_attempts'
end
end
end