Sha256: 159e81c7b0ed2634d097600fac46f54feaabe94fabf3c3b4285dffb3182cf7f7
Contents?: true
Size: 171 Bytes
Versions: 5
Compression:
Stored size: 171 Bytes
Contents
require_relative "base" module Administrate module Field class HasOne < BelongsTo def self.permitted_attribute(attr) attr end end end end
Version data entries
5 entries across 5 versions & 1 rubygems