Sha256: 1194c542cafbc2a1e8233b236ec944a6f567044e6d2370f10388dbf27d458568
Contents?: true
Size: 226 Bytes
Versions: 16
Compression:
Stored size: 226 Bytes
Contents
module Qbrick class BrickType < ActiveRecord::Base scope :grouped, -> { order('`group`, `id` asc') } scope :enabled, -> { where(enabled: true) } scope :constrained, ->(list) { where(class_name: list) } end end
Version data entries
16 entries across 16 versions & 1 rubygems