Uses model_name as an instance method

This commit is contained in:
Muhammad Nawzad
2023-11-10 23:44:11 +03:00
parent 0da8634c76
commit b03fcc60ca
2 changed files with 3 additions and 3 deletions

View File

@@ -246,6 +246,6 @@ module Schemable
# @example
# 'users' for the User model
# 'citizen_applications' for the CitizenApplication model
def self.model_name: -> String
def model_name: -> String
end
end