Module: Haml::More
- Extended by:
- Monkey::Autoloader
- Defined in:
- lib/haml/more.rb
Defined Under Namespace
Modules: AbstractHelper, CoffeeScript, ContentFor, Javascript
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
44 45 46 47 48 |
# File 'lib/haml/more.rb', line 44 def self.included(klass) Haml::More::CoffeeScript.activate klass.send :include, Haml::More::ContentFor, Haml::More::Javascript super end |