File: rails.rb

package info (click to toggle)
ruby-cal-heatmap-rails 3.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 122
  • sloc: ruby: 17; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
require 'cal/heatmap/rails/version'

module Cal
  module Heatmap
    module Rails
      class Engine < ::Rails::Engine
      	config.root='/usr/share/ruby-cal-heatmap-rails'
      end
    end
  end
end