Sha256: 5ed041ee7a723a3aca05787e9815a16fd39e88b1c5bbe6f6f962b397726c028f

Contents?: true

Size: 244 Bytes

Versions: 99

Compression:

Stored size: 244 Bytes

Contents

module ActionView
  module Helpers
    # See ActionController::Caching::Fragments for usage instructions.
    module CacheHelper
      def cache(name = {}, &block)
        @controller.cache_erb_fragment(block, name)
      end
    end
  end
end

Version data entries

99 entries across 99 versions & 6 rubygems

Version Path
devise_sociable-0.1.0 vendor/bundle/gems/actionpack-1.4.0/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
actionpack-1.11.2 lib/action_view/helpers/cache_helper.rb
actionpack-1.11.0 lib/action_view/helpers/cache_helper.rb
actionpack-1.12.0 lib/action_view/helpers/cache_helper.rb
actionpack-1.11.1 lib/action_view/helpers/cache_helper.rb
actionpack-1.10.1 lib/action_view/helpers/cache_helper.rb
actionpack-1.10.2 lib/action_view/helpers/cache_helper.rb
actionpack-1.12.1 lib/action_view/helpers/cache_helper.rb
actionpack-1.12.4 lib/action_view/helpers/cache_helper.rb
actionpack-1.12.3 lib/action_view/helpers/cache_helper.rb
actionpack-1.13.0 lib/action_view/helpers/cache_helper.rb
actionpack-1.12.2 lib/action_view/helpers/cache_helper.rb