proof_attempt_configuration.rb revision 82b684a930d8914af8f829c4dc6687c698d82169
numbering_parent_column 'ontology_id'
class_name: 'Axiom',
association_foreign_key: 'sentence_id',
join_table: 'axioms_proof_attempt_configurations'
class_name: 'Theorem',
association_foreign_key: 'sentence_id',
join_table: 'goals_proof_attempt_configurations'
# timeout in seconds
end
"#{ontology.locid}//#{self.class.to_s.underscore.dasherize}-#{number}"
end
end