module Trestle::ActiveStorage::Resource::ClassMethods
Public Instance Methods
active_storage_attachable?()
click to toggle source
# File lib/trestle/active_storage/resource.rb, line 21 def active_storage_attachable? adapter.respond_to?(:active_storage_fields) end