proof_attempt_configuration.rb revision d1b9592add080035a1d8adf1e35e9af00ad6f1e1
numbering_parent_column 'ontology_id'
class_name: 'Theorem',
association_foreign_key: 'sentence_id',
join_table: 'goals_proof_attempt_configurations'
# timeout in seconds
end
return @prove_options if @prove_options
options = {}
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