# File lib/active_resource/custom_methods.rb, line 56
          def get(custom_method_name, options = {})
            connection.get(custom_method_collection_url(custom_method_name, options), headers)
          end