Class: Kms::KmsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Kms::KmsController
- Defined in:
- app/controllers/kms/kms_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/kms/kms_controller.rb', line 4 def index render "layouts/kms/kms" end |