Sha256: 8bf2411140bcf6ea84cf924b0d0191fabe52173047cd28a3af806b5c3257cdb5
Contents?: true
Size: 330 Bytes
Versions: 15
Compression:
Stored size: 330 Bytes
Contents
module JSONAPIonify::Api module Resource::Definitions extend JSONAPIonify::Autoload autoload_all def self.extended(klass) klass.extend Contexts constants(false).each do |const| mod = const_get(const, false) klass.extend mod unless klass.singleton_class < mod end end end end
Version data entries
15 entries across 15 versions & 1 rubygems