Sha256: 84cc83d205fca5966d63fcbaf4c8a0f230f9777b20bdfeac0b7627cd8dd6859e

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

class ErrorsController < ForestController
  def not_found
    render status: 404
  end

  def internal_server_error
    render status: 500
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forest_cms-0.98.1 app/controllers/admin/errors_controller.rb