Sha256: d82edeaf7f5f30dbf2c36de039839d2a72e422ccb436f5038f948e53c9bc513b

Contents?: true

Size: 149 Bytes

Versions: 22

Compression:

Stored size: 149 Bytes

Contents

class Acolyte
  include Mongoid::Document
  field :status
  field :name

  scope :active, where(:status => "active")

  default_scope asc(:name)
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
mongoid_spacial-0.1.0 spec/models/acolyte.rb
mongoid_spacial-0.0.1 spec/models/acolyte.rb