Changeset 114 for trunk/app/models/node.rb
- Timestamp:
- 09/10/09 14:36:38 (4 years ago)
- Files:
-
- 1 modified
-
trunk/app/models/node.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/models/node.rb
r108 r114 22 22 @@find_cache = {} 23 23 24 def Node.refresh_cache 25 @@find_cache = {} 26 end 27 24 28 def refresh_cache 25 @@find_cache = {}29 Node.refresh_cache 26 30 end 27 31
