Class: CriteriaOperator::UiComponent::ExpressionCell
- Inherits:
-
BaseCell
- Object
- Cell::ViewModel
- BaseCell
- CriteriaOperator::UiComponent::ExpressionCell
- 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( = {}) @locator = .has_key?(:locator) ? [:locator] : '' render end |