File: engine.rb

package info (click to toggle)
ruby-jquery-rails 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,712 kB
  • sloc: javascript: 20,590; ruby: 184; sh: 49; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
module Jquery
  module Rails
    class Engine < ::Rails::Engine
      config.root = '/usr/share/ruby-jquery-rails'
    end
  end
end