search for: show_object_path

Displaying 1 result from an estimated 1 matches for "show_object_path".

2008 Mar 11
2
trouble with MyPublisher.deliver_story
...This is in models/my_publisher.rb # story is published to the story of the to user def story(to, f, object_id) send_as :story recipients to title "An object?" body "#{fb_name(f)} is sending you a message about #{link_to(''this object'', show_object_path(object_id))}." end No exceptions are raise. However, the story never shows up. What am I doing wrong? Thanks, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080311/6141343e/attachment.htm...