diff --git a/app/lib/status_filter.rb b/app/lib/status_filter.rb index db90b4ba..821a2b56 100644 --- a/app/lib/status_filter.rb +++ b/app/lib/status_filter.rb @@ -23,6 +23,8 @@ class StatusFilter scope end + private + def scope_for(key, value) case key.to_sym when :text @@ -44,8 +46,6 @@ class StatusFilter end end - private - def account_present? !account.nil? end