# File lib/aeolus_image/model/factory/base.rb, line 85
        def self.custom_method_collection_url(method_name, options = {})
          prefix_options, query_options = split_options(options)
          url = "#{prefix(prefix_options)}#{collection_name}/#{method_name}#{query_string(query_options)}"
          url
        end