質問編集履歴

1

誤字

2018/02/27 05:52

投稿

tamm
tamm

スコア11

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  def index
34
34
 
35
- @microposts = Micropost.page(params[:page]).per(5)
35
+ @posts = Post.page(params[:page]).per(5)
36
36
 
37
37
  end
38
38