Flowdock
method

compile

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActionView::Template::Handlers::Compilable
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/handler.rb, line 19
        def compile(template)
          raise "Need to implement #{self.class.name}#compile(template)"
        end
Register or log in to add new notes.