Skip to content

Commit

Permalink
Merge pull request #524 from ChicagoWorldcon/stag-fix-area-search
Browse files Browse the repository at this point in the history
fix the area search
  • Loading branch information
Gailbear authored Jul 29, 2022
2 parents f25fade + fcd8456 commit 81942b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/controllers/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ def eager_load
]
end

def derived_col?(col_name:)
return true if col_name == 'area_list'
false
end

def array_col?(col_name:)
return true if col_name == 'area_list'
false
Expand Down

0 comments on commit 81942b4

Please sign in to comment.