Class: BsmOa::AccountsController

Inherits:
ActionController::Metal
  • Object
show all
Includes:
AbstractController::Callbacks, ActionController::Head, Doorkeeper::Rails::Helpers
Defined in:
app/controllers/bsm_oa/accounts_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject

GET /me.json



10
11
12
13
# File 'app/controllers/bsm_oa/accounts_controller.rb', line 10

def show
  self.content_type = Mime[:json]
  self.response_body = .respond_to?(:oa_json) ? .oa_json : .to_json
end