File: railtie.rb

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