Sha256: 8bd918a613c567a4525ff02fccbf6e40cb9e8e3f7f1af8fa60009824b528304b
Contents?: true
Size: 179 Bytes
Versions: 5
Compression:
Stored size: 179 Bytes
Contents
class ActiveApplication::PublicController < ::ApplicationController def not_found return render "active_application/public/404", status: :not_found, layout: false end end
Version data entries
5 entries across 5 versions & 1 rubygems