Skip to content

Commit

Permalink
add locale to career track filter (#706)
Browse files Browse the repository at this point in the history
* add locale to career track filter

* remove unnecessary .all
  • Loading branch information
chrtkv authored Nov 27, 2023
1 parent 918841a commit 63dcb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Web::Admin::CareerMemberUsersController < Web::Admin::ApplicationControlle
.ransack(query)

@career_members = @q.result
@careers = Career.all
@careers = Career.with_locale
end

def index
Expand Down

0 comments on commit 63dcb22

Please sign in to comment.