public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Finished adding html form helpers. [#19 state:resolved]
markbates (author)
Fri Aug 15 08:20:22 -0700 2008
commit  0f9d6725f5448677e13ef20e15d56c68008d7991
tree    35ee9169aadb3c22f543dee84f63772c3667d47f
parent  650cf562ef808648221a2029f415c9f0e8329f30
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 module Mack
0
   module ViewHelpers # :nodoc:
0
+    # A useful collection of helpers for forms.
0
     module FormHelpers
0
       
0
       # Examples:

Comments