method

behavior=

behavior=(behavior)
public

No documentation available.

# File activesupport/lib/active_support/deprecation/behaviors.rb, line 14
      def behavior=(behavior)
        @behavior = Array.wrap(behavior).map { |b| DEFAULT_BEHAVIORS[b] || b }
      end