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

Added back empty init_rails - some libs may still depend on it

This commit is contained in:
Norman Clarke 2012-05-28 22:53:26 -03:00
parent e62101b44f
commit 34850115f7

View file

@ -10,6 +10,12 @@ require 'haml/version'
#
# Also see the {file:REFERENCE.md full Haml reference}.
module Haml
def self.init_rails(*args)
# Maintain this as a no-op for any libraries that may be depending on the
# previous definition here.
end
end
require 'haml/util'