Sha256: 1bfec3f153f20f4c1c7e21df87450a4613df12a1d6e43ea848f0d6c236405ae2
Contents?: true
Size: 446 Bytes
Versions: 16
Compression:
Stored size: 446 Bytes
Contents
module CanHaz module ModelExtensions module All # Returns if a model is registered as a canhaz subject # # @return [Bool] Whether or not the model is a canhaz subject def canhaz_subject? false end # Returns if a model is registered as a canhaz object # # @return [Bool] Whether or not the model is a canhaz object def canhaz_object? false end end end end
Version data entries
16 entries across 16 versions & 1 rubygems