Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/multi_fetch_fragments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module MultiFetchFragments
extend ActiveSupport::Concern

included do
alias_method_chain :render_collection, :multi_fetch_cache
alias_method :render_collection_without_multi_fetch_cache, :render_collection
alias_method :render_collection, :render_collection_with_multi_fetch_cache
end

private
Expand Down