aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/arguments.rb
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-09-12 08:28:20 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-09-12 08:30:35 +0000
commited9f71d11a4b0b235b3bab1e38278b50dfe77e21 (patch)
tree1e838d962b474293cf8d3548140db01010114473 /activejob/lib/active_job/arguments.rb
parent516f431ab0618a052f53eb5b14e2c6204da244dd (diff)
downloadrails-ed9f71d11a4b0b235b3bab1e38278b50dfe77e21.tar.gz
rails-ed9f71d11a4b0b235b3bab1e38278b50dfe77e21.tar.bz2
rails-ed9f71d11a4b0b235b3bab1e38278b50dfe77e21.zip
Bump globalid version
Diffstat (limited to 'activejob/lib/active_job/arguments.rb')
-rw-r--r--activejob/lib/active_job/arguments.rb2
1 files changed, 1 insertions, 1 deletions
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