Files
growstuff/app/models/authentication.rb
T
2022-11-06 17:36:30 +10:30

6 lines
97 B
Ruby

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