Class: ForestLiana::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/forest_liana/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#route_not_foundObject



7
8
9
# File 'app/controllers/forest_liana/base_controller.rb', line 7

def route_not_found
  head :not_found
end