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