class Madmin::Fields::Attachments

Public Instance Methods

to_param() click to toggle source
# File lib/madmin/fields/attachments.rb, line 4
def to_param
  {attribute_name => []}
end