Sha256: d9a8c45f1e5430dbd03d91b0cc9c22e057cb69e1f1a27987e8d909a2acd268f4
Contents?: true
Size: 236 Bytes
Versions: 9
Compression:
Stored size: 236 Bytes
Contents
module Pageflow # @api private module Permalinkable extend ActiveSupport::Concern included do belongs_to :permalink, optional: true accepts_nested_attributes_for :permalink, update_only: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems