mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added missing coderay for xml console
This commit is contained in:
parent
928ce24132
commit
633c8f5c3b
3 changed files with 5 additions and 5 deletions
1
Gemfile
1
Gemfile
|
@ -36,6 +36,7 @@ gem 'jquery-validation-rails', '~> 1.13.1' # validate on client side
|
|||
gem 'kaminari', '~> 0.16.3' # pagination
|
||||
gem 'nprogress-rails', '~> 0.1.6.5' # visual loader
|
||||
gem 'html5_validators', '~> 1.1.3' # model requements now automatically on html form
|
||||
gem 'coderay', '~> 1.1.0' # xml console visualize
|
||||
|
||||
# rights
|
||||
gem 'devise', '~> 3.4.1' # authenitcation
|
||||
|
|
|
@ -498,6 +498,7 @@ DEPENDENCIES
|
|||
bundler-audit (~> 0.3.1)
|
||||
cancancan (~> 1.9.2)
|
||||
capybara (~> 2.4.1)
|
||||
coderay (~> 1.1.0)
|
||||
coffee-rails (~> 4.1.0)
|
||||
countries (~> 0.10.0)
|
||||
database_cleaner (~> 1.3.0)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
class Registrar::XmlConsolesController < Registrar::DeppController # EPP controller
|
||||
require 'coderay'
|
||||
|
||||
def show
|
||||
authorize! :view, :registrar_xml_console
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue