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

