diff options
| author | hukl <hukl@eight.intern.artcom.de> | 2009-02-03 16:47:43 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.intern.artcom.de> | 2009-02-03 16:47:43 +0100 |
| commit | 1902c4bf975a5c1decd199a5190b04d08a2e4760 (patch) | |
| tree | 11a6983e98567f6894abb7c353e39ea30da458bb /lib | |
| parent | 91b6089337e59d0c30a0112a5689f476d3c2f013 (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')
| -rw-r--r-- | lib/awesome_patch.rb | 1 |
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 |
