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

Add a note about when to remove the railtie.

This commit is contained in:
Nathan Weizenbaum 2010-03-14 17:15:33 -07:00
parent 8c512b49ac
commit cb98a114f8

View file

@ -1,3 +1,8 @@
# This file is here to integrate with Rails 3,
# since there's no better way to do so as of 14 March 2010.
# Yehuda promises there will be soon,
# and once there is we should switch to that.
if defined?(Rails::Railtie)
module Haml
class Railtie < Rails::Railtie