Sha256: 47961b3c228c88971baaf24a1910c73315c045c6d5795e76c9c8d7b561fc4ddb
Contents?: true
Size: 148 Bytes
Versions: 5
Compression:
Stored size: 148 Bytes
Contents
class Document < ActiveRecord::Base scope :with_error, proc { where(status: :error) } scope :with_success, proc { where(status: :success) } end
Version data entries
5 entries across 5 versions & 2 rubygems