module ActiveHash::Associations

Public Class Methods

included(base) click to toggle source
# File lib/associations/associations.rb, line 90
def self.included(base)
  base.extend Methods
end