Sha256: 47cbbc4e05a5aec2ca45356d6d462749a8bcbf10b0b9b4716b46006e006354f6

Contents?: true

Size: 162 Bytes

Versions: 1

Compression:

Stored size: 162 Bytes

Contents

class Turno < ApplicationRecord
  has_many :agendamentos

  def self.select
    return self.all.collect { |turno|
      [ turno.nome, turno.id ]
    }
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 app/models/turno.rb