Skip to content
Snippets Groups Projects
Unverified Commit 064bc2b2 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

filter_attributes

parent c12e72fb
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
# fk_rails_bb6a496c08 (university_id => universities.id)
#
class Communication::Website < ApplicationRecord
self.filter_attributes += [:access_token]
self.filter_attributes += [:access_token, :deuxfleurs_secret_access_key]
include Favoritable
include Filterable
......
......@@ -39,7 +39,7 @@
# fk_rails_a8022b1c3f (default_language_id => languages.id)
#
class University < ApplicationRecord
self.filter_attributes += [:sso_cert]
self.filter_attributes += [:sso_cert, :default_github_access_token]
# We don't include Sanitizable because too many complex attributes. We handle it below.
include Filterable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment