Flowdock
method

compile

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionView::TemplateHandlers::ERB
compile(template) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/template_handlers/erb.rb, line 45
      def compile(template)
        ::ERB.new(template.source, nil, @view.erb_trim_mode).src
      end
Register or log in to add new notes.