Class: Api::V1::SimpleAdmin::CredentialsController
- Inherits:
-
BaseController
- Object
- ActionController::API
- BaseController
- Api::V1::SimpleAdmin::CredentialsController
- Defined in:
- app/controllers/api/v1/simple_admin/credentials_controller.rb
Instance Method Summary collapse
Instance Method Details
#verify_key ⇒ Object
4 5 6 7 8 |
# File 'app/controllers/api/v1/simple_admin/credentials_controller.rb', line 4 def verify_key render json: { secret_key_valid: secret_key_valid? } end |