public
Description: All the extra stuff you could want for the Mack Framework.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-more.git
Fixed: to_param on NilClass should raise NoMethodError [#46 state:resolved]
markbates (author)
Tue Jul 22 10:10:55 -0700 2008
commit  274fd817da053950be9f732c4e778f531c0307f1
tree    6f04cc62f0ee6526f7c237630343c7b2585430af
parent  b344ffeff596c46a29f2bc0a5b62bc1f17b7ad8f
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@ require 'english/numerals'
0
   require path
0
 end
0
 
0
-[:array, :class, :hash, :kernel, :math, :module, :object, :string, :symbol].each do |k|
0
+[:array, :class, :hash, :kernel, :math, :module, :object, :string, :symbol, :nil_class].each do |k|
0
   path = File.join File.dirname(__FILE__), "extensions", "#{k}"
0
   #puts "requiring #{path}"
0
   require path

Comments