require coderay in xml console

This commit is contained in:
Priit Tark 2015-05-06 12:13:05 +03:00
parent 3fb9664e5b
commit c27de39a15

View file

@ -1,4 +1,6 @@
class Registrar::XmlConsolesController < Registrar::DeppController # EPP controller class Registrar::XmlConsolesController < Registrar::DeppController # EPP controller
require 'coderay'
def show def show
authorize! :view, :registrar_xml_console authorize! :view, :registrar_xml_console
end end