instance method
encrypted?
Ruby on Rails 7.1.6
Since v7.0.10Signature
encrypted?(text)
No documentation comment.
Parameters
-
textreq
Source
# File activerecord/lib/active_record/encryption/read_only_null_encryptor.rb, line 19
def encrypted?(text)
false
end
Defined in activerecord/lib/active_record/encryption/read_only_null_encryptor.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub