Class: Alchemy::ElementsBlockHelper::ElementEditorHelper Deprecated

Inherits:
BlockHelper
  • Object
show all
Defined in:
app/helpers/alchemy/elements_block_helper.rb

Overview

Deprecated.

Block-level helper class for element editors.

Instance Attribute Summary

Attributes inherited from BlockHelper

#helpers, #opts

Instance Method Summary collapse

Methods inherited from BlockHelper

#element, #initialize

Constructor Details

This class inherits a constructor from Alchemy::ElementsBlockHelper::BlockHelper

Instance Method Details

#edit(name, *args) ⇒ Object



68
69
70
# File 'app/helpers/alchemy/elements_block_helper.rb', line 68

def edit(name, *args)
  helpers.render_essence_editor_by_name(element, name.to_s, *args)
end