From ed9f71d11a4b0b235b3bab1e38278b50dfe77e21 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Fri, 12 Sep 2014 08:28:20 +0000 Subject: Bump globalid version --- activejob/lib/active_job/arguments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib') diff --git a/activejob/lib/active_job/arguments.rb b/activejob/lib/active_job/arguments.rb index 69a4ad928d..175a2f0956 100644 --- a/activejob/lib/active_job/arguments.rb +++ b/activejob/lib/active_job/arguments.rb @@ -38,7 +38,7 @@ module ActiveJob def serialize_argument(argument) case argument when GlobalID::Identification - argument.global_id.to_s + argument.to_global_id.to_s when *TYPE_WHITELIST argument when Array -- cgit v1.2.3