mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removing unused method argument
This commit is contained in:
parent
b141fa6280
commit
6854358964
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ module ActionMailer
|
||||||
ct.to_s.split("/")
|
ct.to_s.split("/")
|
||||||
end
|
end
|
||||||
|
|
||||||
def parse_content_type(defaults=nil)
|
def parse_content_type
|
||||||
if @content_type.blank?
|
if @content_type.blank?
|
||||||
[ nil, {} ]
|
[ nil, {} ]
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue