module Gon::GonHelpers

Private Instance Methods

gon_request_uuid() click to toggle source
# File lib/gon/compatibility/old_rails.rb, line 7
def gon_request_uuid
  @gon_request_uuid ||= SecureRandom.uuid
end