projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051e44c
)
Fix typo.
author
Tom Hughes
<tom@compton.nu>
Mon, 28 Jan 2008 08:44:03 +0000
(08:44 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 28 Jan 2008 08:44:03 +0000
(08:44 +0000)
app/models/way.rb
patch
|
blob
|
history
diff --git
a/app/models/way.rb
b/app/models/way.rb
index 121dff8bd4cece70358ecf3f2a7974658b5d5aa7..1126be9f5bdc4e89f6b33477f57328ce62ed1907 100644
(file)
--- a/
app/models/way.rb
+++ b/
app/models/way.rb
@@
-241,7
+241,7
@@
class Way < ActiveRecord::Base
# update the visibility etc on the current nodes
update_time = Time.now()
- Node.update(node_ids_to_delete, {:user_id = user.id, :timestamp => update_time, :visibility => false})
+ Node.update(node_ids_to_delete, {:user_id =
>
user.id, :timestamp => update_time, :visibility => false})
# create old nodes