I have a ruby view that has this namespace: ActionView::Base.new but i want to add a new method to b

Posted by Totty on Stack Overflow See other posts from Stack Overflow or by Totty
Published on 2010-05-14T21:09:50Z Indexed on 2010/05/14 21:14 UTC
Read the original article Hit count: 146

Filed under:

I have a ruby view that has this namespace: ActionView::Base.new but i want to add a new method to be available to this ActionView::Base class.

© Stack Overflow or respective owner

Related posts about rails