proof_attempt.rb revision 06520b65b66a843c9761e7ac0b0d149f3c3a8ac3
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