Brakeman complaint

This commit is contained in:
Daniel O'Connor
2022-11-06 17:02:33 +10:30
parent 35068befe3
commit 93274c33f2

View File

@@ -2,4 +2,6 @@
class Authentication < ApplicationRecord
belongs_to :member
attr_accessible :member_id, :provider, :uid, :token, :secret, :name
end