Add in missing available includes

This commit is contained in:
BrokenEagle
2021-01-22 02:43:53 +00:00
parent 6d867de20f
commit 5698847077
5 changed files with 17 additions and 1 deletions

View File

@@ -82,4 +82,8 @@ class EmailAddress < ApplicationRecord
id == verifier.verified(key)
end
end
def self.available_includes
[:user]
end
end