Hi all, In my project I have to build a friendship model. So I followed as in the RailsSpace Book. I have used Salted_hash_login generator as a login authentication. Now after I build the friendship model, I have got a problem . It occurs following type of error .......Plz let me know why this is happening....... ActionView::ActionViewError in FriendshipController#create Due to changes in ActionMailer, you need to provide the mailer_name along with the template name. render "user_mailer/signup" render :file => "user_mailer/signup" If you are rendering a subtemplate, you must now use controller-like partial syntax: render :partial => ''signup'' # no mailer_name necessary ................................................... Even thought this error comes the tuple get inserted into the friendship table and friendship get created in my localhost.. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---