Module: Cell::Haml::Rails
- Included in:
- Cell::Haml
- Defined in:
- lib/cell/haml/rails.rb
Defined Under Namespace
Modules: Helpers
Class Method Summary collapse
Class Method Details
.included(includer) ⇒ Object
3 4 5 6 |
# File 'lib/cell/haml/rails.rb', line 3 def self.included(includer) includer.send :include, ActionView::Helpers::FormHelper includer.send :include, Helpers end |