Class: ApiKeys::SecurityController

Inherits:
ApplicationController show all
Defined in:
app/controllers/api_keys/security_controller.rb

Overview

Controller for static informational pages within the engine.

Instance Method Summary collapse

Instance Method Details

#best_practicesObject

GET /security/best-practices



11
12
13
14
# File 'app/controllers/api_keys/security_controller.rb', line 11

def best_practices
  # Renders app/views/api_keys/security/best_practices.html.erb
  # The view will contain the static content.
end