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 (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
module Jquery
  module Rails
    class Engine < ::Rails::Engine
    end
  end
end