From 148d1217a134b1071228b0dbf5b1fc5a17741044 Mon Sep 17 00:00:00 2001 From: tanmay3011 Date: Tue, 6 Oct 2015 23:34:05 +0530 Subject: [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound --- activerecord/lib/active_record/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/integration.rb b/activerecord/lib/active_record/integration.rb index 370c1562c9..19d2589db3 100644 --- a/activerecord/lib/active_record/integration.rb +++ b/activerecord/lib/active_record/integration.rb @@ -15,7 +15,7 @@ module ActiveRecord self.cache_timestamp_format = :nsec end - # Returns a String, which Action Pack uses for constructing an URL to this + # Returns a String, which Action Pack uses for constructing a URL to this # object. The default implementation returns this record's id as a String, # or nil if this record's unsaved. # -- cgit v1.2.3