diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2014-05-20 18:14:01 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2014-05-20 18:14:01 +0200 |
commit | ccd1c21fe52a8183dc4470f08dd9c85f4b53afec (patch) | |
tree | 2857a6b02747d19e69c03b0d29d07aedc04d53c2 | |
parent | 86a71b154ae16027cedda0d7878bee22195fe04d (diff) | |
download | rails-ccd1c21fe52a8183dc4470f08dd9c85f4b53afec.tar.gz rails-ccd1c21fe52a8183dc4470f08dd9c85f4b53afec.tar.bz2 rails-ccd1c21fe52a8183dc4470f08dd9c85f4b53afec.zip |
Remove stray ##
-rw-r--r-- | lib/active_job/enqueuing.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/active_job/enqueuing.rb b/lib/active_job/enqueuing.rb index 6fb6f15ce2..61734fdfb6 100644 --- a/lib/active_job/enqueuing.rb +++ b/lib/active_job/enqueuing.rb @@ -2,7 +2,6 @@ require 'active_job/parameters' module ActiveJob module Enqueuing - ## # Push a job onto the queue. The arguments must be legal JSON types # (string, int, float, nil, true, false, hash or array) or # ActiveModel::GlobalIdentication instances. Arbitrary Ruby objects |