bruz/bookshelf-delivery-example

View on GitHub
lib/config/mapping.rb

Summary

Maintainability
A
0 mins
Test Coverage
# collection :users do
#   entity     User
#   repository UserRepository
#
#   attribute :id,   Integer
#   attribute :name, String
# end