Sha256: b5fa93499d5eb9f1aac700c4077832c8ae05e6c309b2e6e7b1fde34915de82da

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

module Blast::Contacts
  class Contact < ApplicationRecord
    belongs_to :user
    scope :ordered, -> { order(created_at: :desc) }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blast_contacts-0.0.1 app/models/blast/contacts/contact.rb