File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ def composite_primary_key? # :nodoc:
87
87
@composite_primary_key
88
88
end
89
89
90
- # Returns a quoted version of the primary key name, used to construct
91
- # SQL statements.
90
+ # Returns a quoted version of the primary key name.
92
91
def quoted_primary_key
93
92
adapter_class . quote_column_name ( primary_key )
94
93
end
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ def table_name=(value)
281
281
@predicate_builder = nil
282
282
end
283
283
284
- # Returns a quoted version of the table name, used to construct SQL statements .
284
+ # Returns a quoted version of the table name.
285
285
def quoted_table_name
286
286
adapter_class . quote_table_name ( table_name )
287
287
end
You can’t perform that action at this time.
0 commit comments