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