]> git.openstreetmap.org Git - rails.git/commit
added user stuff inc beginning of messages
authorNick Black <nickb@svn.openstreetmap.org>
Fri, 4 May 2007 19:42:17 +0000 (19:42 +0000)
committerNick Black <nickb@svn.openstreetmap.org>
Fri, 4 May 2007 19:42:17 +0000 (19:42 +0000)
commit9c5c71f2d7413c280c046f45d9b0565981c7bbab
tree611cfdca14f8c7a341de4518bf4eed587986961f
parent1defb3ca1ebffe31cf9dfa12f4cbc03589ffcf6d
added user stuff inc beginning of messages
app/controllers/message_controller.rb [new file with mode: 0644]
app/models/message.rb [new file with mode: 0644]
test/fixtures/messages.yml [new file with mode: 0644]
test/functional/geocoder_controller_test.rb [new file with mode: 0644]
test/functional/message_controller_test.rb [new file with mode: 0644]
test/unit/message_test.rb [new file with mode: 0644]