proof_attempt_configuration.rb revision 8d4c6e7397e88fade190ad107583c30dc6b34afc
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