DEBSOURCES
Skip Quicknav
sources / ruby-raphael-rails / 2.1.2~dfsg-1 / lib / raphael-rails.rb
1234567
module Raphael module Rails class Engine < ::Rails::Engine config.root='/usr/share/ruby-raphael-rails' end end end