Class: AutoError::MainController

Inherits:
ApplicationController show all
Defined in:
app/controllers/auto_error/main_controller.rb

Instance Method Summary collapse

Methods included from ApplicationHelper

#auto_error_js_namespace, #auto_error_void_path

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/auto_error/main_controller.rb', line 4

def index
  render layout: 'auto_error/application'
end