lib/fmrest/spyke/model.rb in fmrest-0.5.2 vs lib/fmrest/spyke/model.rb in fmrest-0.6.0

- old
+ new

@@ -6,10 +6,11 @@ require "fmrest/spyke/model/serialization" require "fmrest/spyke/model/associations" require "fmrest/spyke/model/orm" require "fmrest/spyke/model/container_fields" require "fmrest/spyke/model/http" +require "fmrest/spyke/model/auth" module FmRest module Spyke module Model extend ::ActiveSupport::Concern @@ -20,9 +21,10 @@ include Serialization include Associations include Orm include ContainerFields include Http + include Auth included do # @return [Integer] the record's modId attr_accessor :mod_id end