Uninitialized content when trying to include ActionController::UrlWriter in model
        Posted  
        
            by midas06
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by midas06
        
        
        
        Published on 2010-06-10T05:25:22Z
        Indexed on 
            2010/06/10
            5:33 UTC
        
        
        Read the original article
        Hit count: 304
        
ruby-on-rails
|ruby-on-rails3
I'm using Rails 3 beta 4 and trying to include ActionController::UrlWriter in my model, which is the correct way to go about it as far as i can tell, but i get "Uninitialized Constant ActionController::UrlWriter".
Any idea why that would be? Did it move in rails 3?
© Stack Overflow or respective owner