Files
growstuff/app/models/authentication.rb
Daniel O'Connor a70b28fbe7 Revert "Brakeman complaint"
This reverts commit 93274c33f2.
2022-11-06 17:36:30 +10:30

6 lines
97 B
Ruby

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