# File lib/active_resource/base.rb, line 718
      def build(attributes = {})
        attrs = self.format.decode(connection.get("#{new_element_path}").body).merge(attributes)
        self.new(attrs)
      end