hanami/lib/hanami/generators/application/app/lib/config/mapping.rb.tt

7 lines
137 B
Plaintext

# collection :users do
# entity User
# repository UserRepository
#
# attribute :id, Integer
# attribute :name, String
# end