aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-05-18 19:11:03 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-05-18 19:11:03 +0000
commit53f08f98686942a0335a1b5d5362dc442461bc2f (patch)
tree0030bb1695e89f3cf21e915acb52b7569ec65245 /lib
parenta712c07c7ff312aca9c72e9720baf59f779e0cc2 (diff)
downloadrails-53f08f98686942a0335a1b5d5362dc442461bc2f.tar.gz
rails-53f08f98686942a0335a1b5d5362dc442461bc2f.tar.bz2
rails-53f08f98686942a0335a1b5d5362dc442461bc2f.zip
Correct typo in version.rb
Diffstat (limited to 'lib')
-rw-r--r--lib/active_job/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_job/version.rb b/lib/active_job/version.rb
index 0add9779d9..7e646fa3c4 100644
--- a/lib/active_job/version.rb
+++ b/lib/active_job/version.rb
@@ -1,7 +1,7 @@
require_relative 'gem_version'
module ActiveJob
- # Returns the version of the currently loaded ActiveRecord as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded ActiveJob as a <tt>Gem::Version</tt>
def self.version
gem_version
end