Sha256: eabe77614326982e6da729a978b3c835ef5e99ada31e3fa15010d22eafe13feb
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Tramway module Partner class ApplicationRecord < ::Tramway::Core::ApplicationRecord self.abstract_class = true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-partner-1.0.4 | app/models/tramway/partner/application_record.rb |
tramway-partner-1.0.3.2 | app/models/tramway/partner/application_record.rb |