Class: ActionController::LogSubscriber

Inherits:
Object
  • Object
show all
Defined in:
lib/logotomy.rb

Instance Method Summary collapse

Instance Method Details

#halted_callback(event) ⇒ Object



16
17
# File 'lib/logotomy.rb', line 16

def halted_callback event
end

#process_action(event) ⇒ Object



13
14
# File 'lib/logotomy.rb', line 13

def process_action event
end

#redirect_to(event) ⇒ Object



22
23
# File 'lib/logotomy.rb', line 22

def redirect_to event
end

#send_data(event) ⇒ Object



25
26
# File 'lib/logotomy.rb', line 25

def send_data event
end

#send_file(event) ⇒ Object



19
20
# File 'lib/logotomy.rb', line 19

def send_file event
end

#start_processing(event) ⇒ Object



10
11
# File 'lib/logotomy.rb', line 10

def start_processing event
end