Flowdock
method

respond_to_missing?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Mailer
respond_to_missing?(method, include_all = false) private

No documentation

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

Hide source
# File actionmailer/lib/action_mailer/parameterized.rb, line 120
        def respond_to_missing?(method, include_all = false)
          @mailer.respond_to?(method, include_all)
        end
Register or log in to add new notes.