Sha256: 9008a0cf2ee4da935d73fd7cea4e366a88b6944d683bf9093ad0ae86d7d0f6a9
Contents?: true
Size: 105 Bytes
Versions: 1
Compression:
Stored size: 105 Bytes
Contents
class Product < ApplicationRecord acts_as_exhibit scope :published, -> { where(secret: false) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daimon-exhibition-0.1.0 | spec/dummy/app/models/product.rb |