Class: Hotsheet::HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/hotsheet/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#errorObject



6
7
8
# File 'app/controllers/hotsheet/home_controller.rb', line 6

def error
  render "error", status: :not_found
end

#showObject



4
# File 'app/controllers/hotsheet/home_controller.rb', line 4

def show; end