Files
growstuff/app/models/authentication.rb
2020-01-10 16:50:52 +13:00

6 lines
97 B
Ruby

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