Actually, the class has moved:

class Posts < ActiveRecord::Base
  include ActionController::UrlWriter

end


Sunny Bogawat wrote:
> Hi,
> 
> I want to access TextHelper and UrlHelper methods in my model so how i
> am able to access it ?
> 
>  I was included following helper in my model but still it is not
> working? also for accessing these helper method w need to give external
> reference?
> 
> 
> E.g.
>              class Xyz
>                 include ActionView::Helpers::TextHelper
>                 include ActionView::Helpers::UrlHelper
> 
> Also suggest any other better way of doing it.

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to