Class: Stormpath::Rails::Oauth2::NewController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/stormpath/rails/oauth2/new_controller.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'app/controllers/stormpath/rails/oauth2/new_controller.rb', line 5

def call
  render status: 405, nothing: true
end