public
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-plugins.git
Ticket #144 - This fixes a dependency issue with ActiveSupport.
bryansray (author)
Mon Aug 25 18:42:58 -0700 2008
commit  ec7f0c403b161845b5e166a78e5e9fbeca77518b
tree    3a259fc40d488b14d31f21801e211f276bf1081c
parent  bf909da0336156982c58acb94224756a5e852f23
...
3
4
5
 
6
7
8
...
3
4
5
6
7
8
9
0
@@ -3,6 +3,7 @@
0
 module Merb::Helpers::Form
0
 
0
   def _singleton_form_context
0
+    self._form_class = Merb::Helpers::Form::Builder::ResourcefulFormWithErrors unless self._form_class
0
     @_singleton_form_context ||=
0
       self._form_class.new(nil, nil, self)
0
   end

Comments