proof_attempt.rb revision 2fd88efc10e9ebf955b6fa407d0216faf4a51dfb
numbering_parent_column 'sentence_id'
class_name: 'Axiom',
association_foreign_key: 'sentence_id',
join_table: 'used_axioms_proof_attempts'
class_name: 'Theorem',
association_foreign_key: 'sentence_id',
join_table: 'used_axioms_proof_attempts'
end
end
end
end