Sha256: 946fa505e924667a98b29aa220b4ec4b71cc0b04430fc4821b7e856fbbb3ad3f
Contents?: true
Size: 402 Bytes
Versions: 26
Compression:
Stored size: 402 Bytes
Contents
module Foobara module TypeDeclarations module Handlers class ExtendEntityTypeDeclaration < ExtendModelTypeDeclaration # TODO: need primary key type declaration validator! class AttributesHandlerDesugarizer < ExtendModelTypeDeclaration::AttributesHandlerDesugarizer def expected_type_symbol :entity end end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems