Class: CriteriaOperator::UiComponent::ExpressionCell

Inherits:
BaseCell
  • Object
show all
Defined in:
app/cells/criteria_operator/ui_component/expression_cell.rb

Instance Method Summary collapse

Instance Method Details

#show(options = {}) ⇒ Object



5
6
7
8
# File 'app/cells/criteria_operator/ui_component/expression_cell.rb', line 5

def show(options = {})
  @locator = options.has_key?(:locator) ? options[:locator] : ''
  render
end