public
Description: Makes your models act as textiled.
Homepage: http://errtheblog.com/posts/12-actsastextiled
Clone URL: git://github.com/defunkt/acts_as_textiled.git
Left in debug code
defunkt (author)
Thu Aug 10 13:56:12 -0700 2006
commit  eaca44ea51580736760b1ec02b5530b1a0d0c0cd
tree    47d25d19a17f4d9375f07e2c242d110a18c1a7d0
parent  cdefbea1dee9c1240e1282b1c2fb6d4b7d20f55c
...
36
37
38
39
40
41
42
...
36
37
38
 
39
40
41
0
@@ -36,7 +36,6 @@ module Err
0
         end
0
 
0
         def textilize
0
- logger.debug "I GOT HIT!"
0
           attribute_names.each { |attr| __send__(attr) }
0
         end
0
 

Comments

    No one has commented yet.