fixes some deprecation warnings

This commit is contained in:
alejandro
2017-05-01 12:49:46 +02:00
committed by Julian Herrero
parent 1077a632cb
commit bafab3b769
6 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ describe HasOrders do
end
def new
render text: "#{@current_order} (#{@valid_orders.join(" ")})"
render plain: "#{@current_order} (#{@valid_orders.join(" ")})"
end
end