Sha256: 2acc20b88ad5542d8ccd84a636f4c7d02b013934228cb3395e5971cdb4c97183
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
require 'form_object/integrations/active_model' module FormObject module Integrations module ActiveRecord include Base include ActiveModel require 'form_object/integrations/active_record/versions' @defaults = {} def self.extended( base ) #:nodoc: require 'active_record/version' super end def self.matching_ancestors %w{ActiveRecord::Base} end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
form_object-0.1.1 | lib/form_object/integrations/active_record.rb |