rails/actionview/test/ujs/config.ru
Rafael Mendonça França 010e246756
Fix Rubocop violations and fix documentation visibility
Some methods were added to public API in
5b14129d8d4ad302b4e11df6bd5c7891b75f393c and they should be not part of
the public API.
2016-12-28 21:53:51 -05:00

4 lines
85 B
Ruby

$LOAD_PATH.unshift File.expand_path("..", __FILE__)
require "server"
run UJS::Server