From 50a3f03bfc089256858541fddac8d3aa6c0cdf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 4 Dec 2014 14:52:14 +0100 Subject: [PATCH] Rails is a module --- script/get_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/get_config.rb b/script/get_config.rb index 32ec9eab7..a9197096d 100755 --- a/script/get_config.rb +++ b/script/get_config.rb @@ -15,7 +15,7 @@ require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/module/delegation' -class Rails +module Rails def self.root @@root ||= Pathname.new(File.expand_path(File.join(File.dirname(__FILE__), ".."))) end