mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused method
This commit is contained in:
parent
0bb6fcb1d1
commit
2ad34f46a1
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ class SendFileController < ActionController::Base
|
|||
def data
|
||||
send_data(file_data, options)
|
||||
end
|
||||
|
||||
def multibyte_text_data
|
||||
send_data("Кирилица\n祝您好運.", options)
|
||||
end
|
||||
end
|
||||
|
||||
class SendFileTest < ActionController::TestCase
|
||||
|
|
Loading…
Reference in a new issue