1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Remove unnecessary >

This commit is contained in:
yui-knk 2015-03-31 20:10:12 +09:00
parent 3cee8ce2e8
commit 65200a38b9

View file

@ -7,7 +7,7 @@ class Object
# provided. Each method called on the block variable must take an options
# hash as its final argument.
#
# Without <tt>with_options></tt>, this code contains duplication:
# Without <tt>with_options</tt>, this code contains duplication:
#
# class Account < ActiveRecord::Base
# has_many :customers, dependent: :destroy