Methods

Netzke::ActiveRecord::AssociationAttributes

Provides extensions to all ActiveRecord-based classes

Public Class Methods

included(receiver) click to toggle source
    # File lib/netzke/active_record/association_attributes.rb, line 92
92:     def self.included(receiver)
93:       receiver.extend ClassMethods
94: 
95:       receiver.send :include, InstanceMethods
96:       receiver.alias_method_chain :method_missing, :basepack
97:       receiver.alias_method_chain :respond_to?, :basepack
98:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.