public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
better method naming

git-svn-id: http://thmadb.com/public_svn/plugins/fixture_replacement2@322 
6dbbdfbd-06da-443d-8068-b1bdd22a71ef
smt (author)
Mon Feb 18 00:10:02 -0800 2008
commit  672e54265d7fd4cd1f350d71d73aeea1ea021f9f
tree    719e4bfd8027320a74243a4a59ca8882e76f689f
parent  e1c58884be368c3d393d37e4112f3fd9066e1cd8
...
59
60
61
62
 
63
64
65
...
74
75
76
77
 
78
79
80
...
59
60
61
 
62
63
64
65
...
74
75
76
 
77
78
79
80
0
@@ -59,7 +59,7 @@ module FixtureReplacementController
0
     # the :from hash, with the ones given in the anonymous function.
0
     def merge!
0
       if derived_fixture_is_present?
0
- unmerge_hash
0
+ unmerge_hash!
0
         @merged_hash = derived_fixtures_hash.merge(hash)
0
       end
0
     end
0
@@ -74,7 +74,7 @@ module FixtureReplacementController
0
     
0
   private
0
   
0
- def unmerge_hash
0
+ def unmerge_hash!
0
       @merged_hash = nil
0
     end
0
   

Comments

    No one has commented yet.