aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model_schema.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-24 16:24:19 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-24 16:24:19 +0530
commit0f91e2bc2591340369c7644678eab6c1d93043c1 (patch)
tree797e25eb18717ae587ca0203cf15a5c0ef47b7ed /activerecord/lib/active_record/model_schema.rb
parent7f9c9d6dcbe83f857639b7ac6dd2f79295fef875 (diff)
downloadrails-0f91e2bc2591340369c7644678eab6c1d93043c1.tar.gz
rails-0f91e2bc2591340369c7644678eab6c1d93043c1.tar.bz2
rails-0f91e2bc2591340369c7644678eab6c1d93043c1.zip
s/statment/statement/
Diffstat (limited to 'activerecord/lib/active_record/model_schema.rb')
-rw-r--r--activerecord/lib/active_record/model_schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/model_schema.rb b/activerecord/lib/active_record/model_schema.rb
index 52eab952e1..f691a8319d 100644
--- a/activerecord/lib/active_record/model_schema.rb
+++ b/activerecord/lib/active_record/model_schema.rb
@@ -238,7 +238,7 @@ module ActiveRecord
end
# Returns the next value that will be used as the primary key on
- # an insert statment.
+ # an insert statement.
def next_sequence_value
connection.next_sequence_value(sequence_name)
end