1
0
Fork 0
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:
Mikel Lindsaar 2011-01-18 12:05:13 +11:00
parent b141fa6280
commit 6854358964

View file

@ -242,7 +242,7 @@ module ActionMailer
ct.to_s.split("/")
end
def parse_content_type(defaults=nil)
def parse_content_type
if @content_type.blank?
[ nil, {} ]
else