class Tracebin::ControllerEvent
Private Instance Methods
select_data()
click to toggle source
# File lib/tracebin/events.rb, line 59 def select_data { controller: event.last[:controller], action: event.last[:action], format: event.last[:format], method: event.last[:method], path: event.last[:path], status: event.last[:status], view_runtime: event.last[:view_runtime], db_runtime: event.last[:db_runtime] } end
type()
click to toggle source
# File lib/tracebin/events.rb, line 55 def type :controller_action end