Sha256: a494e11dcafdd3c0140d74bd55f8e11ad00337bd4b9541666c3990001f1797e3
Contents?: true
Size: 138 Bytes
Versions: 12
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true class Skipper < ActiveRecord::Base has_paper_trail ignore: [:created_at], skip: [:another_timestamp] end
Version data entries
12 entries across 12 versions & 1 rubygems