Sha256: 452d6d2fd74eab8db56d01bb37b2034bab32048861ba44d197819aa69fa74f39

Contents?: true

Size: 81 Bytes

Versions: 1

Compression:

Stored size: 81 Bytes

Contents

class Topic < ActiveRecord::Base
  scope :online, -> { where(online: true) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fume-cancan-0.1.0 spec/internal/app/models/topic.rb