Added missing coderay for xml console

This commit is contained in:
Priit Tark 2015-05-06 14:05:48 +03:00
parent 928ce24132
commit 633c8f5c3b
3 changed files with 5 additions and 5 deletions

View file

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