File: raphael-rails.rb

package info (click to toggle)
ruby-raphael-rails 2.1.2~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 956 kB
  • ctags: 439
  • sloc: ruby: 12; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
module Raphael
  module Rails
    class Engine < ::Rails::Engine
        config.root='/usr/share/ruby-raphael-rails'
    end
  end
end