stub Specimen
authorTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 03:02:34 +0000 (19:02 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 03:02:34 +0000 (19:02 -0800)
commit74ce6476efe030fed14497423e0d260d0f58ac85
treebf2474409d41266cb66d68db7d8f68f1b0b1b969
parent9bf6106036e93b544deebdb899363a656ddbd016
stub Specimen
app/assets/javascripts/specimens.js.coffee [new file with mode: 0644]
app/assets/stylesheets/specimens.css.scss [new file with mode: 0644]
app/controllers/specimens_controller.rb [new file with mode: 0644]
app/helpers/specimens_helper.rb [new file with mode: 0644]
app/models/specimen.rb [new file with mode: 0644]
config/initializers/inflections.rb
config/routes.rb
test/fixtures/specimens.yml [new file with mode: 0644]
test/functional/specimens_controller_test.rb [new file with mode: 0644]
test/unit/helpers/specimens_helper_test.rb [new file with mode: 0644]
test/unit/specimen_test.rb [new file with mode: 0644]