Class: RailsAdmin::Config::Fields::Types::MultipleCarrierwave

Inherits:
MultipleFileUpload show all
Defined in:
lib/rails_admin/config/fields/types/multiple_carrierwave.rb

Defined Under Namespace

Classes: CarrierwaveAttachment

Constant Summary

Constants inherited from Base

Base::NAMED_INSTANCE_VARIABLES

Instance Attribute Summary

Attributes inherited from Base

#abstract_model, #defined, #name, #order, #parent, #properties, #root, #section

Instance Method Summary collapse

Methods inherited from MultipleFileUpload

#attachment, #attachments, #initialize, #virtual?

Methods inherited from Base

#association?, #eager_load_values, #editable?, #errors, #filter_options, #form_default_value, #form_value, #generic_field_help, #generic_help, #initialize, #inverse_of, #method_name, #optional, #optional=, #optional?, #parse_input, #parse_value, #sort_column, #type, #type_css_class, #virtual?

Methods included from Inspectable

#inspect

Methods included from Groupable

#group

Methods included from Hideable

#hidden?, #hide, included, #show

Methods included from Configurable

#has_option?, #register_deprecated_instance_option, #register_instance_option

Methods included from Proxyable

#bindings, #bindings=, #with

Constructor Details

This class inherits a constructor from RailsAdmin::Config::Fields::Types::MultipleFileUpload

Instance Method Details

#valueObject



52
53
54
# File 'lib/rails_admin/config/fields/types/multiple_carrierwave.rb', line 52

def value
  bindings[:object].send(name)
end