Skip to content

Commit

Permalink
skip_filter seams to be a turtle
Browse files Browse the repository at this point in the history
  • Loading branch information
funny-falcon committed Aug 26, 2010
1 parent f3b03cc commit 26908bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/identity_map/action_controller/dispatcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ def without_identity_map

module ClassMethods
def use_identity_map(*args)
skip_filter :without_identity_map, *args
around_filter :with_identity_map, *args
end

def dont_use_identity_map(*args)
skip_filter :with_identity_map, *args
around_filter :without_identity_map, *args
end

Expand Down

0 comments on commit 26908bc

Please sign in to comment.