Sha256: cd83b16f2d6b5a64984a923782181bca045fde0f7ae34a0fc3bc4090bed9c125

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

class ErrorsController < ApplicationController
  def not_found
    respond_to do |format|
      format.html { render template: 'errors/not_found', status: 404 }
      format.any  { head 404 }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/controllers/errors_controller.rb
iqvoc-4.14.4 app/controllers/errors_controller.rb
iqvoc-4.13.2 app/controllers/errors_controller.rb
iqvoc-4.13.0 app/controllers/errors_controller.rb