Sha256: 9479c4d1babf192d882ab01497bfe5e43ce6a88d384b1c575f6a4a076ec907e9
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
# frozen_string_literal: true module Tramway module Partner class ApplicationRecord < ::Tramway::ApplicationRecord self.abstract_class = true end end end
Version data entries
3 entries across 3 versions & 1 rubygems