class ActiveStorage::Variation
def pass_transform_argument(command, method, argument)
def pass_transform_argument(command, method, argument) if eligible_argument?(argument) command.public_send(method, argument) else command.public_send(method) end end