Sha256: 6144ebaa5d1f518a11ccb1c8e947a6c2ca33b6e84136c0d1ad49b7049638f606
Contents?: true
Size: 516 Bytes
Versions: 35
Compression:
Stored size: 516 Bytes
Contents
module OpenStax module Accounts module Api module V1 class ApplicationAccountsRepresenter < Roar::Decorator # This representer is used to communicate with Accounts # and so must allow read/write on all properties # Do not use it in create/update APIs! include Representable::JSON::Collection items class: OpenStax::Accounts::ApplicationAccount, decorator: ApplicationAccountRepresenter end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems