]> git.openstreetmap.org Git - rails.git/commit
Report a friendly error for attempts to reference a user that does
authorTom Hughes <tom@compton.nu>
Sun, 27 Apr 2008 12:21:32 +0000 (12:21 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Apr 2008 12:21:32 +0000 (12:21 +0000)
commita1378a6bd4cdeca537856650e6ea7321ae6eca26
tree7d9a7d6693e1b1196f443e58e55bcfdbcd73c04f
parent7d0a281d5bc03f2a981cbe6cb055fe19760f907d
Report a friendly error for attempts to reference a user that does
not exist. Closes #805.
app/controllers/diary_entry_controller.rb
app/controllers/user_controller.rb
app/views/diary_entry/no_such_user.rhtml [new file with mode: 0644]
app/views/user/no_such_user.rhtml [new file with mode: 0644]