class RailsBand::ActionController::Event::HaltedCallback
A wrapper for the event that is passed to ‘halted_callback.action_controller`.
Public Instance Methods
filter()
click to toggle source
# File lib/rails_band/action_controller/event/halted_callback.rb, line 8 def filter @filter ||= @event.payload.fetch(:filter) end