From 93274c33f24d24565694dff1f9e3a2ce95cbb2ed Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sun, 6 Nov 2022 17:02:33 +1030 Subject: [PATCH] Brakeman complaint --- app/models/authentication.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/authentication.rb b/app/models/authentication.rb index 98a65a633..a41d7341a 100644 --- a/app/models/authentication.rb +++ b/app/models/authentication.rb @@ -2,4 +2,6 @@ class Authentication < ApplicationRecord belongs_to :member + + attr_accessible :member_id, :provider, :uid, :token, :secret, :name end