proof_attempt.rb revision c4bdc37c9de27abfa1d5be18008953b32457e6c4
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'
:number,
:state,
end
end
end
ontology_version.provers << prover
ontology_version.save!
end
end
end