# File lib/merb-extjs-direct/mixins/remoting_provider.rb, line 72
        def self.included(base)
            # must explicity specify controller-actions to make callable.  security-wise, this is a *good* thing.
            # just one action is added.
            base.show_action(:rpc)
        end