Removing unused instance variable (#16826)
```shell ❯ rg "@notifications_index" ``` The above shell command exits status code 1, which means there are no results found. This relates to exploratory work for forem/forem#16821
This commit is contained in:
parent
9ebc039baa
commit
4db3e38174
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ class NotificationsController < ApplicationController
|
|||
def index
|
||||
return unless user_signed_in?
|
||||
|
||||
@notifications_index = true
|
||||
@user = user_to_view
|
||||
|
||||
@initial_page_size = 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue