Class RemoteObjectController
In: lib/remote_object_controller.rb
Parent: ApplicationController

require_dependency ‘admin_service‘

Methods

Included Modules

RemoteObject RemoteClass

Public Instance methods

get the input passed in the request’s raw post

Request all public methods available from this class This method is deprecated and will be replaced by load_methods

Invoke a class or instance method with parameters passed in an Array in the body the :object_id may actually be a class name so check for this first. We don’t use method signatures so we just expand the array when sending to the object

Invoke an instance method

Request all class and instance methods available from this class

Request a new object be created

respond with the object obj after serialize/encode

Return true if name is a valid class name

[Validate]