File: railtie.rb

package info (click to toggle)
ruby-peek-gc 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ruby: 67; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
module Peek
  module GC
    class Railtie < ::Rails::Engine
    end
  end
end