summaryrefslogtreecommitdiff
path: root/lib/awesome_patch.rb
diff options
context:
space:
mode:
authorhukl <hukl@eight.intern.artcom.de>2009-02-03 16:47:43 +0100
committerhukl <hukl@eight.intern.artcom.de>2009-02-03 16:47:43 +0100
commit1902c4bf975a5c1decd199a5190b04d08a2e4760 (patch)
tree11a6983e98567f6894abb7c353e39ea30da458bb /lib/awesome_patch.rb
parent91b6089337e59d0c30a0112a5689f476d3c2f013 (diff)
added lots of comments to describe what the
methods are doing. this will get everyone a better start. I hope
Diffstat (limited to 'lib/awesome_patch.rb')
-rw-r--r--lib/awesome_patch.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/awesome_patch.rb b/lib/awesome_patch.rb
index 1694ccf..d9f738c 100644
--- a/lib/awesome_patch.rb
+++ b/lib/awesome_patch.rb
@@ -8,7 +8,6 @@ module CollectiveIdea
8 move_to_original target, position 8 move_to_original target, position
9 if self.class == Node 9 if self.class == Node
10 self.update_unique_name 10 self.update_unique_name
11 self.save
12 end 11 end
13 end 12 end
14 end 13 end