rename job steps to job tasks. refs #1416
authorTom Clegg <tom@clinicalfuture.com>
Tue, 19 Mar 2013 20:22:08 +0000 (13:22 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 19 Mar 2013 20:22:08 +0000 (13:22 -0700)
commit2b6c9d3422db414431c32d2945ee120d0556379b
tree90270f37963717bec1eacb2e09daeb5116aa8ea7
parent77991e6100bda063c4f3c87bc6b12594055ca01b
rename job steps to job tasks. refs #1416
15 files changed:
app/assets/javascripts/job_tasks.js.coffee [moved from app/assets/javascripts/job_steps.js.coffee with 100% similarity]
app/assets/stylesheets/job_tasks.css.scss [moved from app/assets/stylesheets/job_steps.css.scss with 64% similarity]
app/controllers/orvos/v1/job_steps_controller.rb [deleted file]
app/controllers/orvos/v1/job_tasks_controller.rb [new file with mode: 0644]
app/helpers/job_steps_helper.rb [deleted file]
app/helpers/job_tasks_helper.rb [new file with mode: 0644]
app/models/job_task.rb [moved from app/models/job_step.rb with 83% similarity]
config/routes.rb
db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/job_tasks.yml [moved from test/fixtures/job_steps.yml with 100% similarity]
test/functional/job_tasks_controller_test.rb [moved from test/functional/job_steps_controller_test.rb with 57% similarity]
test/unit/helpers/job_steps_helper_test.rb [deleted file]
test/unit/helpers/job_tasks_helper_test.rb [new file with mode: 0644]
test/unit/job_task_test.rb [moved from test/unit/job_step_test.rb with 63% similarity]