module MyJohnDeere::JSONAttributes

Public Class Methods

included(receiver) click to toggle source
# File lib/myjohndeere/json_attributes.rb, line 44
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end