Sha256: 70d8f39ff335b7414329fec79229cdbc56023168ad06640b29d2ccc657c7b9c7
Contents?: true
Size: 235 Bytes
Versions: 27
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Login include Mongoid::Document field :_id, type: String, overwrite: true, default: ->{ username } field :username, type: String field :application_id, type: Integer end
Version data entries
27 entries across 27 versions & 2 rubygems