File: jquery-atwho-rails.rb

package info (click to toggle)
ruby-jquery-atwho-rails 1.5.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 84; sh: 12; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
require "jquery-atwho-rails/version"
require "active_support"

module Jquery
  module Atwho
    module Rails
      class Engine < ::Rails::Engine
        config.root = '/usr/share/ruby-jquery-atwho-rails'
      end
    end
  end
end