Sha256: dfc55f7c89711c0414dc92ee980f4d8ca9aa861c6a61b3de1781abd590d4ae32

Contents?: true

Size: 153 Bytes

Versions: 20

Compression:

Stored size: 153 Bytes

Contents

class ErrorsController < ApplicationController
  include Concerns::FestivityCustomPage

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/controllers/errors_controller.rb
trusty-festivity-extension-2.6.2 app/controllers/errors_controller.rb
trusty-festivity-extension-2.6.1 app/controllers/errors_controller.rb
trusty-festivity-extension-2.6 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.19 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.18 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.17 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.16 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.15 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.14 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.13 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.12 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.11 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.10 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.9 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.8 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.7 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.6 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.5 app/controllers/errors_controller.rb
trusty-festivity-extension-2.5.4 app/controllers/errors_controller.rb