質問編集履歴

1

誤字

2020/01/26 10:38

投稿

gawao
gawao

スコア5

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  def index
66
66
 
67
- @plans = Plan.page(params[:page]).per(PER).order(created_at: :desc)
67
+ @plans = Plan.page(params[:page]).per().order(created_at: :desc)
68
68
 
69
69
  end
70
70