method

normalize_options!

rails latest stable - Class: ActiveSupport::Callbacks::Callback

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

normalize_options!(options)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 122
      def normalize_options!(options)
        options[:if] = Array(options[:if])
        options[:unless] = Array(options[:unless])
      end