zendesk/curly

Support arbitrary cache options

dasch opened this issue · 0 comments

class CommentPresenter < Curly::Presenter
  def cache_options
    { some_option: "foo", compress: true, ... }
  end
end