proofs_controller.rb revision ef12070bdf3f2c5462d76e408f68e17d0d926535
end
if resource.valid?
else
end
end
end
end
if resource.theorem?
@redirect_chain << resource.proof_obligation
@redirect_chain << :proof_attempts
else
@redirect_chain << :theorems
end
end
def check_write_permissions
authorize! :write, ontology.repository
end
end