Sha256: 93bfd8e1b578af8691d31651602abe8982cfd0ba0a895bb8df5d47a7c7eba0a0
Contents?: true
Size: 320 Bytes
Versions: 18
Compression:
Stored size: 320 Bytes
Contents
# The purpose of this custom version class is to test the scope methods on the # VersionConcern::ClassMethods module. See # https://github.com/airblade/paper_trail/issues/295 for more details. class JoinedVersion < PaperTrail::Version default_scope { joins("INNER JOIN widgets ON widgets.id = versions.item_id") } end
Version data entries
18 entries across 17 versions & 2 rubygems