Sha256: 52e17f8c09c8a6e2f80b17f8d78b1f6e1bfd259002b5981fa6ef28b489c8dc61
Contents?: true
Size: 142 Bytes
Versions: 1
Compression:
Stored size: 142 Bytes
Contents
# frozen_string_literal: true # Base ActiveRecord model class. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fiver-0.0alpha | app/models/application_record.rb |