added session_hash to readme

This commit is contained in:
cowboycoded 2011-03-08 13:28:09 -05:00
parent 9f1bd35f3a
commit 27e3384832
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ The following fields are provided in the migration:
t.string "controller_name" # logs the controller name
t.string "action_name" # logs the action_name
t.string "view_name" # TODO: log individual views (as well as partials and nested partials)
t.string "request_hash" # unique ID per request, in case you want to log multiple impressions and associate them together
t.string "request_hash" # unique ID per request, in case you want to log multiple impressions and group them
t.string "session_hash" # logs the rails session
t.string "ip_address" # request.remote_ip
t.string "message" # custom message you can add
t.datetime "created_at" # I am not sure what this is.... Any clue?