Sha256: a5a8fc33aaf70f5c57e8b7a69b7b70f74755c1f2dc2bb7ccfe5372497b0b1bb1
Contents?: true
Size: 220 Bytes
Versions: 23
Compression:
Stored size: 220 Bytes
Contents
# Representation of attributes of a user in the database # # @!attribute email # @return [String] E-mail address (from Devise) class Attributes # @return [String] Username (from Devise) attr_accessor :username end
Version data entries
23 entries across 23 versions & 1 rubygems