Sha256: d6a1c3fe3e51060f5357e89cb89da70e3a0de02fce3361ac6dcdd7f8fd9f47f7
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true class Office include Arstotzka expose :employes, full_path: 'employes.first_name', compact: true def initialize(hash) @hash = hash end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arstotzka-1.4.2 | spec/support/models/office.rb |
arstotzka-1.4.1 | spec/support/models/office.rb |