class Admin::ResourceController

def never_cache

but the annoyance for concurrent authors would be too great.
I would like to set this to expires_in(1.minute, :private => true) to allow for more fluid navigation
def never_cache
  expires_now
end