viewhelper aus dem controller aufrufen


/ Published in: Rails
Save to your folder(s)

Bei Rails (zumindest 3) kann man aus dem controller über view_context auf den Kontext der View zugreifen und so zB viewhelper aufrufen. Zum Beispiel:


Copy this code and paste it in your HTML
  1. view_context.link_to "hallo", hallo_path()

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.