File: engine.rb

package info (click to toggle)
ruby-rails-tokeninput 1.7.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 184 kB
  • sloc: javascript: 828; ruby: 13; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module RailsTokeninput
  module Rails
    class Engine < ::Rails::Engine
	    config.root = '/usr/share/ruby-rails-tokeninput'
    end
  end
end