helper module to add helper methods ‘start_link_tag()’ and ‘start_remote_link_tag()’.
Alias for start_link_tag
Alias for start_remote_link_tag
return ’<a href="…">’ start tag.
ex.
start_link_tag :action=>'show', :controller=>'user', :id=>1 #=> "<a href=\"/user/show/1\">"
ajax version of start_link_tag()
[Validate]