Sha256: d74eed6bdd5a161c352fba7aae709bccc4f98b5d5ea134aa10dc43cfdbb8a7f2

Contents?: true

Size: 136 Bytes

Versions: 5

Compression:

Stored size: 136 Bytes

Contents

class ErrorsController < ApplicationController
  trusty_layout 'base'

  def internal_server_error
    render(:status => 500)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.2 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.1 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.0 app/controllers/errors_controller.rb
trusty-festivity-extension-2.4.6 app/controllers/errors_controller.rb