Sha256: 2de0ca1254e55682bb0a421e88dc8576909efe665d5f52b46f3fc77da9f8f00e
Contents?: true
Size: 126 Bytes
Versions: 4
Compression:
Stored size: 126 Bytes
Contents
module RailsLiveDashboard class Entry < ApplicationRecord scope :should_show, -> { where(should_show: true) } end end
Version data entries
4 entries across 4 versions & 1 rubygems