File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
activerecord/lib/active_record/connection_adapters/abstract Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -761,9 +761,9 @@ def foreign_keys(table_name)
761761 # [<tt>:name</tt>]
762762 # The constraint name. Defaults to <tt>fk_rails_<identifier></tt>.
763763 # [<tt>:on_delete</tt>]
764- # Action that happens <tt>ON DELETE</tt>. Valid values are +:nullify+, +:cascade: + and +:restrict+
764+ # Action that happens <tt>ON DELETE</tt>. Valid values are +:nullify+, +:cascade+ and +:restrict+
765765 # [<tt>:on_update</tt>]
766- # Action that happens <tt>ON UPDATE</tt>. Valid values are +:nullify+, +:cascade: + and +:restrict+
766+ # Action that happens <tt>ON UPDATE</tt>. Valid values are +:nullify+, +:cascade+ and +:restrict+
767767 def add_foreign_key ( from_table , to_table , options = { } )
768768 return unless supports_foreign_keys?
769769
You can’t perform that action at this time.
0 commit comments