Flowdock
method

included

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveSupport::Dependencies::Loadable
included(base) public

No documentation

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

Hide source
# File activesupport/lib/active_support/dependencies.rb, line 113
      def self.included(base) #:nodoc:
        base.class_eval do
          unless defined? load_without_new_constant_marking
            alias_method_chain :load, :new_constant_marking
          end
        end
      end
Register or log in to add new notes.