File: railtie.rb

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