We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362134b commit 5ae1c5aCopy full SHA for 5ae1c5a
activerecord/lib/active_record/model_schema.rb
@@ -6,6 +6,13 @@ module ActiveRecord
6
module ModelSchema
7
extend ActiveSupport::Concern
8
9
+ ##
10
+ # :method: id_value
11
+ # :call-seq: id_valiue
12
+ #
13
+ # Returns the underlying column value for a column named "id". Useful when defining
14
+ # a composite primary key including an "id" column so that the value is readable.
15
+
16
##
17
# :singleton-method: primary_key_prefix_type
18
# :call-seq: primary_key_prefix_type
0 commit comments