stub Project
authorTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 22:01:15 +0000 (14:01 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 22:01:15 +0000 (14:01 -0800)
commite8904ba111611e010d1451b63d53d69568e9c308
tree1fc9080505bfeaf9a709d260c395f8a88d2e1f22
parent74ce6476efe030fed14497423e0d260d0f58ac85
stub Project
app/assets/javascripts/projects.js.coffee [new file with mode: 0644]
app/assets/stylesheets/projects.css.scss [new file with mode: 0644]
app/controllers/projects_controller.rb [new file with mode: 0644]
app/helpers/projects_helper.rb [new file with mode: 0644]
app/models/orvos_base.rb
app/models/project.rb [new file with mode: 0644]
config/routes.rb
test/fixtures/projects.yml [new file with mode: 0644]
test/functional/projects_controller_test.rb [new file with mode: 0644]
test/unit/helpers/projects_helper_test.rb [new file with mode: 0644]
test/unit/project_test.rb [new file with mode: 0644]