mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-25 07:36:40 +00:00
Uses model_name as an instance method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user