proof_attempt_configuration.rb revision 44f41210d9e3ab001acbbe8df9b39445ac00b5dd
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
# It's possible that the database columns `locid` and `number` have not yet
# been created.
"#{ontology.locid}//#{self.class.to_s.underscore.dasherize}-#{number}"
end
end
end