1
2

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 2018-04-13
post, url: posts_path do |f| %>
<p>
  <%= f.text_field : title,placeholder: "enter title" %>
</p>
<p>
  <%= f.text_area : body, placeholder: "enter body text" %>

とういコードで

/home/ec2-user/environment/myblog/app/views/posts/new.html.erb:4: syntax error, unexpected ':' buffer.append=( f.text_field : title,placeholder: "enter tit ^ /home/ec2-user/environment/myblog/app/views/posts/new.html.erb:7: syntax error, unexpected ':' _buffer.append=( f.text_area : body, placeholder: "enter bod ^

と、エラーが出ました。
分かるかたはいらっしゃいますか?
クオーテーションのことだと思うのですが、、。。

1
2
1

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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?