class RailsBand::ActionController::Event::ExpireFragment

A wrapper for the event that is passed to ‘expire_fragment.action_controller`.

Public Instance Methods

key() click to toggle source
# File lib/rails_band/action_controller/event/expire_fragment.rb, line 8
def key
  @key ||= @event.payload.fetch(:key)
end