]> git.openstreetmap.org Git - rails.git/commit
Require auth on calls to /trace/create, and pass through to form if called without...
authorThomas Wood <grand.edgemaster@gmail.com>
Fri, 23 Jan 2009 01:19:45 +0000 (01:19 +0000)
committerThomas Wood <grand.edgemaster@gmail.com>
Fri, 23 Jan 2009 01:19:45 +0000 (01:19 +0000)
commit9bb9de0fbe307304ef4d0ea0dbeaac7972b71cb2
treed5940c17c70683f0c50b5ed9d57f68031f51bb62
parentd3dc9733760e0ca127abee57cfe1d017429e423e
Require auth on calls to /trace/create, and pass through to form if called without params. Adjust validations on traces to prevent dual error messages on description (validates_presence_of catches the empty string removed from length validation)
More changes to come for api_create
References #1510
app/controllers/trace_controller.rb
app/models/trace.rb