Sha256: afbc6e1587b160652f69aacfdb21860404e2be5b21f74e80ac676474ffb22ad6
Contents?: true
Size: 357 Bytes
Versions: 45
Compression:
Stored size: 357 Bytes
Contents
# 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 initializer :haml do Haml.init_rails(binding) end end end end
Version data entries
45 entries across 45 versions & 2 rubygems