Class: Knock::Oauth2CodeVerifier::AuthTokenController

Inherits:
AuthTokenController
  • Object
show all
Defined in:
app/controllers/knock/oauth2_code_verifier/auth_token_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



13
14
15
# File 'app/controllers/knock/oauth2_code_verifier/auth_token_controller.rb', line 13

def create
  raise "Implement #create in your controller"
end