Skip to content

Commit 44d1cfa

Browse files
Remove @month_remaining_to_report instance variable
1 parent 20f4bf6 commit 44d1cfa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/controllers/reports/annual_reports_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ def index
99
@actual_year = Time.current.year
1010

1111
@years = (foundation_year...@actual_year).to_a
12-
13-
@month_remaining_to_report = 12 - Time.current.month
1412
end
1513

1614
def show

0 commit comments

Comments
 (0)