File: engine.rb

package info (click to toggle)
ruby-cssbundling-rails 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ruby: 184; javascript: 15; sh: 6; makefile: 4
file content (4 lines) | stat: -rwxr-xr-x 62 bytes parent folder | download
1
2
3
4
module Cssbundling
  class Engine < ::Rails::Engine
  end
end