Flowdock
method

prepend_formats

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: AbstractRenderer
prepend_formats(formats) protected

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/renderer/abstract_renderer.rb, line 46
    def prepend_formats(formats)
      formats = Array(formats)
      return if formats.empty? || @lookup_context.html_fallback_for_js

      @lookup_context.formats = formats | @lookup_context.formats
    end
Register or log in to add new notes.