RailheadMultifetch

RailheadMultifetch is a Ruby on Rails plugin that automatically loads multiple cached partials.

Installation

Add to your Gemfile:

gem 'railhead_multifetch'

Usage

Similar to multi_fetch_fragment gem:

= render @items, cache: true

License

Copyright © 2015 Bence Nagy ([email protected]), released under the MIT license.