rename Metadatum to Link, head to head_uuid, tail to tail_uuid
authorTom Clegg <tom@clinicalfuture.com>
Mon, 28 Jan 2013 20:48:35 +0000 (12:48 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 28 Jan 2013 21:19:28 +0000 (13:19 -0800)
commitc8622c142b7344369351b33373d6b46423ad1d98
tree1e07e64d9041d3fd8064d75727dc017f9d27ae2b
parent0621f855413c1fcd24864345061bfb886b8b98b1
rename Metadatum to Link, head to head_uuid, tail to tail_uuid
17 files changed:
app/assets/javascripts/links.js.coffee [moved from app/assets/javascripts/metadata.js.coffee with 100% similarity]
app/assets/stylesheets/links.css.scss [moved from app/assets/stylesheets/metadata.css.scss with 63% similarity]
app/controllers/application_controller.rb
app/controllers/orvos/v1/links_controller.rb [new file with mode: 0644]
app/controllers/orvos/v1/metadata_controller.rb [deleted file]
app/helpers/links_helper.rb [new file with mode: 0644]
app/helpers/metadata_helper.rb [deleted file]
app/models/link.rb [moved from app/models/metadatum.rb with 73% similarity]
app/models/orvos_model.rb
config/routes.rb
db/migrate/20130128202518_rename_metadata_to_links.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/links.yml [moved from test/fixtures/metadata.yml with 100% similarity]
test/functional/links_controller_test.rb [moved from test/functional/metadata_controller_test.rb with 57% similarity]
test/unit/helpers/links_helper_test.rb [new file with mode: 0644]
test/unit/helpers/metadata_helper_test.rb [deleted file]
test/unit/link_test.rb [moved from test/unit/metadatum_test.rb with 62% similarity]