Skip to content

Commit

Permalink
Before action does not return anything
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed May 30, 2024
1 parent 7dffa6f commit 2dee719
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def update
def set_filter_kind
@filter_kind = Array(params[:kind].presence || 'all') # in case just one value, we want an array anyway
raise FilterNotSupportedError unless (@filter_kind - ALLOWED_FILTERS).empty?

@filter_kind
end

def set_filter_state
Expand Down

0 comments on commit 2dee719

Please sign in to comment.