Class: Renalware::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/renalware/application_controller.rb

Overview

Note that we inherit from ::ApplicationController which is defined in the host application. This allows application to

  • define the default layout

  • intercept requests with before_action etc.