add pipeline resource. refs #1357
authorTom Clegg <tom@clinicalfuture.com>
Wed, 9 Jan 2013 21:03:52 +0000 (13:03 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 9 Jan 2013 23:17:23 +0000 (15:17 -0800)
commit2a82ddb3105f432d672cb4a359db69506bade948
tree8a2e8835ee9796440d104ce52eba36ea2b06cf66
parent8e7d47a5142c91978485f5d30e514d2de24f0460
add pipeline resource. refs #1357
13 files changed:
app/assets/javascripts/pipelines.js.coffee [new file with mode: 0644]
app/assets/stylesheets/pipelines.css.scss [new file with mode: 0644]
app/controllers/application_controller.rb
app/controllers/orvos/v1/pipelines_controller.rb [new file with mode: 0644]
app/helpers/pipelines_helper.rb [new file with mode: 0644]
app/models/pipeline.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20130109175700_create_pipelines.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/pipelines.yml [new file with mode: 0644]
test/functional/pipelines_controller_test.rb [new file with mode: 0644]
test/unit/helpers/pipelines_helper_test.rb [new file with mode: 0644]
test/unit/pipeline_test.rb [new file with mode: 0644]