質問編集履歴
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -190,7 +190,7 @@
|
|
190
190
|
|
191
191
|
<div class="title"><%= @this_month %>月の収支</div>
|
192
192
|
|
193
|
-
<% if user_signed_in? && current_user.id == @spending.user.id %>
|
193
|
+
<% if user_signed_in? && current_user.id == @spendings.user.id %>
|
194
194
|
|
195
195
|
|
196
196
|
|