Sha256: 7c668fdae5bef16a9ecb550298ee7a4933ea7c21faba6f46284bd2c62e1a2c06

Contents?: true

Size: 504 Bytes

Versions: 5

Compression:

Stored size: 504 Bytes

Contents

require_relative 'concerns/all'

module Lanes


    class Model < ::ActiveRecord::Base
        self.abstract_class = true

        include Concerns::PubSub
        include Concerns::ApiAttributeAccess
        include Concerns::ExportMethods
        include Concerns::ExportScope
        include Concerns::ExportAssociations
        include Concerns::ExportJoinTables
        include Concerns::AssociationExtensions
        include Concerns::ApiPath
        include Concerns::SanitizeFields

    end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lanes-0.1.8 lib/lanes/model.rb
lanes-0.1.7 lib/lanes/model.rb
lanes-0.1.6 lib/lanes/model.rb
lanes-0.1.5 lib/lanes/model.rb
lanes-0.1.2 lib/lanes/model.rb