Sha256: 2cf1e56c3f5d3660fa70735185e94fdf902c0cc7a1f2b30c14ab4ea50aba9f41
Contents?: true
Size: 245 Bytes
Versions: 113
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module ActionText module Attachables module MissingAttachable extend ActiveModel::Naming def self.to_partial_path "action_text/attachables/missing_attachable" end end end end
Version data entries
113 entries across 109 versions & 9 rubygems