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

Merge pull request #697 from etehtsea/fix-defined

Check for Rails::Railtie specifically
This commit is contained in:
Norman Clarke 2013-11-05 04:17:19 -08:00
commit a2f616a81d

View file

@ -20,4 +20,4 @@ end
require 'haml/util'
require 'haml/engine'
require 'haml/railtie' if defined?(Rails)
require 'haml/railtie' if defined?(Rails::Railtie)