Sha256: 41185f89ce52ee726ffed0dce5fb9722c4eef8bd4290042a52d2683f1638bf76
Contents?: true
Size: 183 Bytes
Versions: 22
Compression:
Stored size: 183 Bytes
Contents
class Kuroko2::Api::ApplicationResource include Garage::Representer include Garage::Authorizable attr_reader :model def initialize(model = nil) @model = model end end
Version data entries
22 entries across 22 versions & 1 rubygems