mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-30 13:07:49 -05:00
6 lines
97 B
Ruby
6 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Authentication < ApplicationRecord
|
|
belongs_to :member
|
|
end
|