bellycard/napa

View on GitHub
lib/napa/cli/templates/api/app/representers/%name_underscore%_representer.rb.tt

Summary

Maintainability
Test Coverage
class <%= name.classify %>Representer < Napa::Representer
  property :id, type: String

end