mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix doc [ci skip]
This commit is contained in:
parent
26e7678ab3
commit
3f46e7aae9
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ module ActionView
|
||||||
# # => "<form method="post" action="/images/delete/1" class="button_to">
|
# # => "<form method="post" action="/images/delete/1" class="button_to">
|
||||||
# # <div>
|
# # <div>
|
||||||
# # <input type="hidden" name="_method" value="delete" />
|
# # <input type="hidden" name="_method" value="delete" />
|
||||||
# # <input data-confirm='Are you sure?' value="Delete" type="submit" />
|
# # <input data-confirm='Are you sure?' value="Delete Image" type="submit" />
|
||||||
# # <input name="authenticity_token" type="hidden" value="10f2163b45388899ad4d5ae948988266befcb6c3d1b2451cf657a0c293d605a6"/>
|
# # <input name="authenticity_token" type="hidden" value="10f2163b45388899ad4d5ae948988266befcb6c3d1b2451cf657a0c293d605a6"/>
|
||||||
# # </div>
|
# # </div>
|
||||||
# # </form>"
|
# # </form>"
|
||||||
|
|
Loading…
Reference in a new issue