Module: ActionView::TemplateHandlers::Compilable::ClassMethod
- Defined in:
- lib/action_view/template_handlers/compilable.rb
Instance Method Summary collapse
-
#compilable? ⇒ Boolean
If a handler is mixin this module, set compilable to true.
Instance Method Details
#compilable? ⇒ Boolean
If a handler is mixin this module, set compilable to true
23 24 25 |
# File 'lib/action_view/template_handlers/compilable.rb', line 23 def compilable? true end |