Flowdock
method

method_missing

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: BodyProxy
method_missing(method_sym, *arguments, &block) public

No documentation

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

Hide source
# File activerecord/lib/active_record/query_cache.rb, line 36
      def method_missing(method_sym, *arguments, &block)
        @target.send(method_sym, *arguments, &block)
      end
Register or log in to add new notes.