LoginSignup
1
1

More than 5 years have passed since last update.

本当にわかりません。。

Last updated at Posted at 2018-04-13

/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 ^

上がエラーの内容です。

<%= form_for :post, url: posts_path do |f| %>
<p>
<%= f.text_field : title,placeholder: "enter title" %>
</p>
<p>
<%= f.text_area : body, placeholder: "enter body text" %>

なぜエラーが出るのか。
構文の一体どこがおかしいのか。。。。

1
1
3

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
1