0
0

More than 3 years have passed since last update.

投稿した記事に不要な表示されるエラーの解決例

Posted at

投稿した記事に不要な表示された場合
app/views/user/show.html.erbを確認します。

不要な表記で<%= %>が使用されているか確認します。

<%= %>は、post.nameなど出力したい処理で使用します。
<% %>は、if文など出力したくない処理で使用します。

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