If a handler is mixin this module, set compilable to true
[Source]
# File vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb, line 23 23: def compilable? 24: true 25: end
[Validate]