You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kraudio edited this page Sep 13, 2010
·
1 revision
user_stamp(*models)
File ‘lib/user_stamp.rb’, line 15
def user_stamp(*models)
models.each { |klass| klass.add_observer(UserStampSweeper.instance) }
class_eval do
cache_sweeper :user_stamp_sweeper
end
end