Flowdock
method

message

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: SyntaxErrorInTemplate
message() public

No documentation

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

Hide source
# File actionview/lib/action_view/template/error.rb, line 148
    def message
      <<~MESSAGE
        Encountered a syntax error while rendering template: check #{@offending_code_string}
      MESSAGE
    end
Register or log in to add new notes.