Sha256: d73cc4c2d83d03a747a72af306cad24bfc1424db8ec589cb06f2845433690108
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
module Adminsite class AdminsiteFileAssetAdminConfig < Adminsite::AdminConfig::Base def attributes_index [ 'attachment.url', 'attachment_file_name', 'attachment_file_size', 'updated_at', ] end def attributes_show ['attachment.url'] + attributes_edit end def actions_index [ ] end def attributes_search attributes_index end def default_member_actions [ :show, :destroy ] end def label_attribute :attachment_file_name end end end
Version data entries
4 entries across 4 versions & 1 rubygems