add Logs resource
authorTom Clegg <tom@clinicalfuture.com>
Tue, 22 Jan 2013 22:19:25 +0000 (14:19 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 22 Jan 2013 22:19:25 +0000 (14:19 -0800)
commit246c6fd22ea097c2912b6564ef3f4cd42f8d39d5
treedaea08c3f608b775e6fdbdbd8c77db399a447dbc
parenta97668aed0f29eb68c1d1c1c1c10f6ab6be35810
add Logs resource
app/assets/javascripts/logs.js.coffee [new file with mode: 0644]
app/assets/stylesheets/logs.css.scss [new file with mode: 0644]
app/controllers/application_controller.rb
app/controllers/logs_controller.rb [new file with mode: 0644]
app/helpers/logs_helper.rb [new file with mode: 0644]
app/models/log.rb [new file with mode: 0644]
config/routes.rb
test/fixtures/logs.yml [new file with mode: 0644]
test/functional/logs_controller_test.rb [new file with mode: 0644]
test/unit/helpers/logs_helper_test.rb [new file with mode: 0644]
test/unit/log_test.rb [new file with mode: 0644]