17
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

部分テンプレートに変数を渡す

Last updated at Posted at 2013-05-17

renderメソッドを用いて部分テンプレートを呼び出し、そこに変数を渡す。

<%= render partial: "fuga", locals: {var: "hoge"} %>

部分テンプレートの中では以下のように値を取得できる。

_fuga.html.erb
<%= var %>

参考サイト

17
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?