# File lib/aeolus_image/model/factory/base.rb, line 10
          def element_path(id, prefix_options = {}, query_options = nil)
            prefix_options, query_options = split_options(prefix_options) if query_options.nil?
            "#{prefix(prefix_options)}#{collection_name}/#{id}#{query_string(query_options)}"
          end