mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove nodoc from FlashHash #[]= [ci skip]
This commit is contained in:
parent
b1e2d7b968
commit
a39ab3a57d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ module ActionDispatch
|
|||
super
|
||||
end
|
||||
|
||||
def []=(k, v) #:nodoc:
|
||||
def []=(k, v)
|
||||
@discard.delete k
|
||||
@flashes[k] = v
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue