author | Tom Clegg <tom@clinicalfuture.com> | |
Tue, 22 Jan 2013 20:33:32 +0000 (12:33 -0800) | ||
committer | Tom Clegg <tom@clinicalfuture.com> | |
Tue, 22 Jan 2013 20:33:32 +0000 (12:33 -0800) | ||
commit | 57a515aba70596e82fb475812ead9c5c9766d5d5 | |
tree | 4fea0db5aab4094173b95e82c9ce02bc1189676e | tree | snapshot |
parent | 8d8081a1bf54dd1330d1780568fbb6931e3515e1 | commit | diff |
app/assets/javascripts/logs.js.coffee | [new file with mode: 0644] | blob |
app/assets/stylesheets/logs.css.scss | [new file with mode: 0644] | blob |
app/controllers/orvos/v1/logs_controller.rb | [new file with mode: 0644] | blob |
app/helpers/logs_helper.rb | [new file with mode: 0644] | blob |
app/models/log.rb | [new file with mode: 0644] | blob |
config/routes.rb | diff | blob | history | |
db/migrate/20130122201442_create_logs.rb | [new file with mode: 0644] | blob |
db/schema.rb | diff | blob | history | |
test/fixtures/logs.yml | [new file with mode: 0644] | blob |
test/functional/logs_controller_test.rb | [new file with mode: 0644] | blob |
test/unit/helpers/logs_helper_test.rb | [new file with mode: 0644] | blob |
test/unit/log_test.rb | [new file with mode: 0644] | blob |