public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
moving around some code

git-svn-id: http://thmadb.com/public_svn/plugins/fixture_replacement2@324 
6dbbdfbd-06da-443d-8068-b1bdd22a71ef
smt (author)
Mon Feb 18 00:15:29 -0800 2008
commit  28901c36fd5a95f0fffcc1dcfe15093c6c41fb7a
tree    4b20a3874a12e5dfc17f3d789580d543592ea3b0
parent  818296720f203426e419939b129f49797541eb74
...
74
75
76
77
 
78
79
 
 
80
81
82
...
101
102
103
104
105
106
107
108
...
74
75
76
 
77
78
79
80
81
82
83
84
...
103
104
105
 
 
106
107
108
0
@@ -74,9 +74,11 @@ module FixtureReplacementController
0
     def to_created_class_instance(hash={}, caller=self)
0
       ActiveRecordFactory.new(self, hash, caller).to_created_instance
0
     end
0
-
0
+
0
   private
0
   
0
+ attr_reader :hash_given
0
+
0
     def unmerge_hash!
0
       @merged_hash = nil
0
     end
0
@@ -101,8 +103,6 @@ module FixtureReplacementController
0
       @my_fixture ||= find_derived_fixture
0
     end
0
   
0
- attr_reader :hash_given
0
-
0
     def constantize(symbol)
0
       symbol.to_s.camelize.constantize
0
     end

Comments

    No one has commented yet.