1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Make rails/init.rb compatible with edge rails.

This commit is contained in:
Nathan Weizenbaum 2008-08-03 13:35:00 -04:00
parent 50f0ef199e
commit 91f07a35b1

View file

@ -1 +1 @@
load File.join(File.dirname(__FILE__), '..', 'init.rb')
Kernel.load File.join(File.dirname(__FILE__), '..', 'init.rb')