instance method
handles_encoding?
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
handles_encoding?()
No documentation comment.
Source
# File actionpack/lib/action_view/template/handlers/erb.rb, line 76
def handles_encoding?
true
end
Defined in actionpack/lib/action_view/template/handlers/erb.rb line 76
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template::Handlers::ERB