test/dummy/app/controllers/proxy_controller.rb in disco_app-0.13.8 vs test/dummy/app/controllers/proxy_controller.rb in disco_app-0.14.0
- old
+ new
@@ -1,8 +1,8 @@
class ProxyController < ActionController::Base
include DiscoApp::Concerns::AppProxyController
def index
- render text: 'ok'
+ render plain: 'ok'
end
end