stub Orvos::Base, add collection example
authorTom Clegg <tom@clinicalfuture.com>
Tue, 15 Jan 2013 22:24:24 +0000 (14:24 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 15 Jan 2013 22:37:10 +0000 (14:37 -0800)
commit21a92823a8c7c9224bd84c4c2590259a055eaa18
tree77be60937533e6caeb1d23971fb4ae59bf81cf12
parent37794ce00b3e0c9775669ec1394d1760e8eaa932
stub Orvos::Base, add collection example
17 files changed:
Gemfile
Gemfile.lock
app/assets/javascripts/collections.js.coffee [new file with mode: 0644]
app/assets/stylesheets/collections.css.scss [new file with mode: 0644]
app/controllers/collections_controller.rb [new file with mode: 0644]
app/helpers/collections_helper.rb [new file with mode: 0644]
app/models/collection.rb [new file with mode: 0644]
app/models/orvos_base.rb [new file with mode: 0644]
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/routes.rb
db/schema.rb [new file with mode: 0644]
test/fixtures/collections.yml [new file with mode: 0644]
test/functional/collections_controller_test.rb [new file with mode: 0644]
test/unit/collection_test.rb [new file with mode: 0644]
test/unit/helpers/collections_helper_test.rb [new file with mode: 0644]