Raises:
117 118 119 120
# File 'lib/lockbox/active_storage_extensions.rb', line 117 def variant(*args) raise Lockbox::Error, "Variant not supported for encrypted files" if Utils.encrypted_options(record, name) super end