What line of code causes the method decrypt_data to be run?
class MyModel < ApplicationRecord
after_find :decrypt_data
end
What line of code causes the method decrypt_data to be run?
class MyModel < ApplicationRecord
after_find :decrypt_data
end