Sha256: cfd68ffd34fb5e23cf3a8a551bd6b8d187cf68f1a4b6946dfbc97ee8280fb6dc
Contents?: true
Size: 237 Bytes
Versions: 10
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true class Admin < ApplicationRecord devise :database_authenticatable, :registerable, :recoverable, :validatable, :confirmable include GraphqlDevise::Authenticatable end
Version data entries
10 entries across 10 versions & 1 rubygems