# frozen_string_literal: true class Authentication < ApplicationRecord belongs_to :member end