# File lib/gon/helpers.rb, line 14
    def include_gon_amd(options={})
      Gon::Base.render_data(options.merge({amd: true}))
    end