Rename AccountLimitable module to AccountScope

This commit is contained in:
KMY 2023-05-15 17:58:04 +09:00
parent d64f0df8a0
commit ecce8edb84
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
module AccountLimitable
module AccountScope
def scope_status(status)
case status.visibility.to_sym
when :public, :unlisted, :public_unlisted