Class: BetterRailsDebugger::CodeAnalizerJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/better_rails_debugger/code_analizer_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



5
6
7
# File 'app/jobs/better_rails_debugger/code_analizer_job.rb', line 5

def perform(*args)
  # Do something later
end