Sha256: 58fd9203d08b0824472d2b722b1b4596312a74a09cf4187b3f8a9b38a7b87a30
Contents?: true
Size: 207 Bytes
Versions: 34
Compression:
Stored size: 207 Bytes
Contents
# To make a superuser record, look up the ID (not the login) of a previously created user, # and then insert that id into the superusers table class Superuser < ActiveRecord::Base belongs_to :user end
Version data entries
34 entries across 34 versions & 1 rubygems