Class: JobNotifier::AdaptersController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/job_notifier/adapters_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/job_notifier/adapters_controller.rb', line 5

def show
  send_file(JobNotifier::Adapters.get_adapter_path(params[:id]))
end