Sha256: 81932bb5956f94d2af93df393f563e83bd762e80c1008e8a47c1dc3eed45b8d8
Contents?: true
Size: 468 Bytes
Versions: 6
Compression:
Stored size: 468 Bytes
Contents
# set to true for geocoding (and add the geocoder gem to your Gemfile) # we recommend configuring local geocoding as well # see https://github.com/ankane/authtrail#geocoding AuthTrail.geocode = false # add or modify data # AuthTrail.transform_method = lambda do |data, request| # data[:request_id] = request.request_id # end # exclude certain attempts from tracking # AuthTrail.exclude_method = lambda do |data| # data[:identity] == "capybara@example.org" # end
Version data entries
6 entries across 6 versions & 1 rubygems