Class: Bpluser::APIController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/bpluser/api_controller.rb

Instance Method Summary collapse

Instance Method Details

#sdfObject



4
5
6
# File 'app/controllers/bpluser/api_controller.rb', line 4

def sdf
  JSON.parse(request.body.read) #What does this do?
end