Class: Doorkeeper::MetadataController

Inherits:
ApplicationMetalController
  • Object
show all
Defined in:
app/controllers/doorkeeper/metadata_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
9
# File 'app/controllers/doorkeeper/metadata_controller.rb', line 5

def show
  headers.merge!(.headers)
  render json: .body,
         status: .status
end