diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-31 22:31:47 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-31 22:31:47 -0700 |
| commit | ee330f5fb7a45980aa97460d7ec34b4ff3fa2b1e (patch) | |
| tree | ece6f19cfa1aad89b501139968871147d44ba503 /app/controllers/admin | |
| parent | 8407ed7c3c87a13fd36c6e3eb111a9b41168f4d1 (diff) | |
remove etags... they are annoying and hard to control.
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/users_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb index a2bbb877..03f0aef6 100644 --- a/app/controllers/admin/users_controller.rb +++ b/app/controllers/admin/users_controller.rb @@ -5,7 +5,6 @@ module Admin @recent_users = @users.limit(10) @active_users = @users.order(:updated_at).limit(10) expires_in(10.minutes) - fresh_when(User.maximum(:updated_at)) if User.any? end end end |
