mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-01 05:57:50 -05:00
6 lines
97 B
Ruby
6 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Authentication < ApplicationRecord
|
|
belongs_to :member
|
|
end
|