Sha256: 7305eee0b562e689c1f59d76b8557ca728d618650f6c2ae108ef819fab10f7ba
Contents?: true
Size: 404 Bytes
Versions: 18
Compression:
Stored size: 404 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. # Rails 3.0.0.beta.2+ if defined?(ActiveSupport) && Haml::Util.has?(:public_method, ActiveSupport, :on_load) require 'haml/template/options' ActiveSupport.on_load(:action_view) {Haml.init_rails(binding)} end
Version data entries
18 entries across 18 versions & 2 rubygems