Class: JefferiesTube::ErrorsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/jefferies_tube/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#additional_informationObject



15
16
17
18
# File 'app/controllers/jefferies_tube/errors_controller.rb', line 15

def additional_information
  # TODO not implemented yet
  render text: "Thanks!", layout: has_app_layout?
end

#render_404Object



10
11
12
13
# File 'app/controllers/jefferies_tube/errors_controller.rb', line 10

def render_404
  log_404
  render_error_page 404
end