NameError what is it?

I have the following code in app/controllers/processjobs_controller.rb

Either change your filename to "app/controllers/process_jobs_controller.rb" or make the "J" on job lowercase.

Just do   ./script/generate scaffold ProcessJob from project root directory and watch what the names of model, controller etc and compare

Sijo