Sha256: c30cab986fc45e113563a412e3be72564e3a21af78ed654077a5955ebb67e41e
Contents?: true
Size: 106 Bytes
Versions: 4
Compression:
Stored size: 106 Bytes
Contents
class Widget < ActiveRecord::Base include StatelyScopes scope :faked, -> { where(:fake => true) } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stately_scopes-0.0.4 | spec/support/widget.rb |
stately_scopes-0.0.3 | spec/support/widget.rb |
stately_scopes-0.0.2 | spec/support/widget.rb |
stately_scopes-0.0.1 | spec/support/widget.rb |