mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #20842 from TheBlasfem/removed_usage_lines_docs
Removed usage line docs [ci skip]
This commit is contained in:
commit
e0a7e7b0ee
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ module ActionController
|
|||
|
||||
# This method is the opposite of add method.
|
||||
#
|
||||
# Usage:
|
||||
# To remove a csv renderer:
|
||||
#
|
||||
# ActionController::Renderers.remove(:csv)
|
||||
def self.remove(key)
|
||||
|
|
|
@ -211,7 +211,7 @@ module Mime
|
|||
|
||||
# This method is opposite of register method.
|
||||
#
|
||||
# Usage:
|
||||
# To unregister a MIME type:
|
||||
#
|
||||
# Mime::Type.unregister(:mobile)
|
||||
def unregister(symbol)
|
||||
|
|
Loading…
Reference in a new issue