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:
parent
e62101b44f
commit
34850115f7
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue