add metadata resource
authorTom Clegg <tom@clinicalfuture.com>
Sat, 5 Jan 2013 22:30:18 +0000 (14:30 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Sat, 5 Jan 2013 22:31:41 +0000 (14:31 -0800)
commit8a4a943f7344fa5d1df5d5345d33e3dea3653dbf
treebf52ec037754fc9d86f3f40f4d5415f74c9be118
parent356caae7e910025a0d7a57782dcf7d616f188079
add metadata resource
15 files changed:
app/assets/javascripts/metadata.js.coffee [new file with mode: 0644]
app/assets/stylesheets/metadata.css.scss [new file with mode: 0644]
app/controllers/orvos/v1/metadata_controller.rb [new file with mode: 0644]
app/helpers/metadata_helper.rb [new file with mode: 0644]
app/models/metadatum.rb [new file with mode: 0644]
config/application.rb
config/initializers/assign_uuid.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20130105203021_create_metadata.rb [new file with mode: 0644]
db/schema.rb
lib/assign_uuid.rb [new file with mode: 0644]
test/fixtures/metadata.yml [new file with mode: 0644]
test/functional/metadata_controller_test.rb [new file with mode: 0644]
test/unit/helpers/metadata_helper_test.rb [new file with mode: 0644]
test/unit/metadatum_test.rb [new file with mode: 0644]