Module: Module (ActiveSupport::CoreExtensions)

Overview
Module Structure
Class Hierarchy
Instance Methods
Module#alias_method_chain / 2
Module#alias_attribute / 2
Module#parent_name
Module#parent
Module#parents
Module#local_constants (1/2)
Module#local_constants (2/E)
Module#local_constant_names
Module#model_name
is a submodule of
module: CoreExtensions ( ActiveSupport )
is included by
class: Module ( Builtin-Module )
has properties
method: alias_method_chain / 2   
method: alias_attribute / 2   
method: parent_name   
method: parent   
method: parents   
method: local_constants (1/2)   
method: local_constants (2/E)   
method: local_constant_names   
method: model_name   
is defined at
#15 in active_support/core_ext/module.rb  
#3 in active_support/core_ext/module/aliasing.rb  
#3 in active_support/core_ext/module/introspection.rb  
#17 in active_support/core_ext/module/model_naming.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Module     
  module: ActiveSupport
  module: CoreExtensions
module: Module     

Class Hierarchy

Object ( Builtin-Module )
  Module     

Instance Methods

Module#alias_method_chain / 2

#25 in active_support/core_ext/module/aliasing.rb

alias_method_chain ( target ,
  feature )

Module#alias_attribute / 2

#65 in active_support/core_ext/module/aliasing.rb

alias_attribute ( new_name ,
  old_name )

Module#parent_name

#7 in active_support/core_ext/module/introspection.rb

parent_name

Module#local_constants (1/2)

#65 in active_support/core_ext/module/introspection.rb

local_constants

Module#local_constants (2/E)

#78 in active_support/core_ext/module/introspection.rb

local_constants

Module#local_constant_names

#85 in active_support/core_ext/module/introspection.rb

local_constant_names

Module#model_name

#20 in active_support/core_ext/module/model_naming.rb

model_name