add pipelineInvocation resource. refs #1357
authorTom Clegg <tom@clinicalfuture.com>
Wed, 9 Jan 2013 22:20:00 +0000 (14:20 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 9 Jan 2013 23:17:34 +0000 (15:17 -0800)
commitbd4bd0ddec7fd88f5fe905c87973aec4e3fb8681
tree22d87cfb3a24553685c8e9b4a3eb1322045252cd
parent2a82ddb3105f432d672cb4a359db69506bade948
add pipelineInvocation resource. refs #1357
13 files changed:
app/assets/javascripts/pipeline_invocations.js.coffee [new file with mode: 0644]
app/assets/stylesheets/pipeline_invocations.css.scss [new file with mode: 0644]
app/controllers/application_controller.rb
app/controllers/orvos/v1/pipeline_invocations_controller.rb [new file with mode: 0644]
app/helpers/pipeline_invocations_helper.rb [new file with mode: 0644]
app/models/pipeline_invocation.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20130109220548_create_pipeline_invocations.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/pipeline_invocations.yml [new file with mode: 0644]
test/functional/pipeline_invocations_controller_test.rb [new file with mode: 0644]
test/unit/helpers/pipeline_invocations_helper_test.rb [new file with mode: 0644]
test/unit/pipeline_invocation_test.rb [new file with mode: 0644]