LoginSignup
0
0

部分テンプレートでcollection、localsを使用する

Posted at

image.png
1:renderメソッドにcollectionオプションを使う。
 部分テンプレートで一覧表示したい場合、collectionオプションを指定する。
例:<%= render partial: "prototype", collection: @prototypes %>

2:renderメソッドにlocalsオプションを付ける。
 eachメソッドを使用して、1つずつ表示したい場合に、renderメソッドにlocalsオプションを付ける。
例:<%= render partial: "form", locals: { prototype: @prototype } %>

0
0
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
0
0