File: momentjs-rails.rb

package info (click to toggle)
ruby-momentjs-rails 2.20.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 924 kB
  • sloc: ruby: 98; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module Momentjs
  module Rails
    class Engine < ::Rails::Engine
      # Get rails to add app, lib, vendor to load path
	    config.root = '/usr/share/ruby-momentjs-rails'
    end
  end
end