Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
add support for measure!
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Oct 19, 2012
1 parent 6e1a2cb commit ce35f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -20,7 +20,7 @@ GIT

GIT
remote: git://github.com/victorykit/whiplash.git
revision: bcd9764d2404477d823c7eadcd9cd44c510bf209
revision: 58cfc28da2ceefcd0ebe6c42768d50a57dedc255
specs:
whiplash (0.0.1)
haml
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
redis (3.0.1)
redis (3.0.2)
redis-actionpack (3.2.3)
actionpack (~> 3.2.3)
redis-rack (~> 1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
@@ -1,7 +1,7 @@
class ApplicationController < ActionController::Base
include Whiplash
extend Memoist
helper_method :win!, :spin!, :spin_if_cool_browser!, :is_admin
helper_method :win!, :spin!, :spin_if_cool_browser!, :measure!, :is_admin

protect_from_forgery
before_filter :add_environment_to_title, :stash_http_referer
Expand Down

0 comments on commit ce35f4c

Please sign in to comment.