Added Analytics function to track user hits by ip address, referrer and user agent

This commit is contained in:
John Poulin
2014-04-08 17:24:57 -04:00
committed by cktricky
parent 5056f77395
commit 3f63480022
7 changed files with 95 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ Railsgoat::Application.routes.draw do
post "delete_user"
put "update_user"
get "get_all_users"
get "analytics"
end
resources :dashboard do