Module: Rexport::ExportItemMethods

Extended by:
ActiveSupport::Concern
Defined in:
lib/rexport/export_item_methods.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#attributes_for_copyObject



28
29
30
# File 'lib/rexport/export_item_methods.rb', line 28

def attributes_for_copy
  attributes.slice("position", "name", "rexport_field")
end