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:
commit
a2f616a81d
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ end
|
|||
|
||||
require 'haml/util'
|
||||
require 'haml/engine'
|
||||
require 'haml/railtie' if defined?(Rails)
|
||||
require 'haml/railtie' if defined?(Rails::Railtie)
|
||||
|
|
Loading…
Reference in a new issue