author | Tom Clegg <tom@clinicalfuture.com> | |
Tue, 15 Jan 2013 22:24:24 +0000 (14:24 -0800) | ||
committer | Tom Clegg <tom@clinicalfuture.com> | |
Tue, 15 Jan 2013 22:37:10 +0000 (14:37 -0800) | ||
commit | 21a92823a8c7c9224bd84c4c2590259a055eaa18 | |
tree | 77be60937533e6caeb1d23971fb4ae59bf81cf12 | tree | snapshot |
parent | 37794ce00b3e0c9775669ec1394d1760e8eaa932 | commit | diff |
Gemfile | diff | blob | history | |
Gemfile.lock | diff | blob | history | |
app/assets/javascripts/collections.js.coffee | [new file with mode: 0644] | blob |
app/assets/stylesheets/collections.css.scss | [new file with mode: 0644] | blob |
app/controllers/collections_controller.rb | [new file with mode: 0644] | blob |
app/helpers/collections_helper.rb | [new file with mode: 0644] | blob |
app/models/collection.rb | [new file with mode: 0644] | blob |
app/models/orvos_base.rb | [new file with mode: 0644] | blob |
config/environments/development.rb | diff | blob | history | |
config/environments/production.rb | diff | blob | history | |
config/environments/test.rb | diff | blob | history | |
config/routes.rb | diff | blob | history | |
db/schema.rb | [new file with mode: 0644] | blob |
test/fixtures/collections.yml | [new file with mode: 0644] | blob |
test/functional/collections_controller_test.rb | [new file with mode: 0644] | blob |
test/unit/collection_test.rb | [new file with mode: 0644] | blob |
test/unit/helpers/collections_helper_test.rb | [new file with mode: 0644] | blob |