Class: Plugins::Core::Cell

Inherits:
FieldCell
  • Object
show all
Includes:
ReactOnRailsHelper
Defined in:
app/cells/plugins/core/cell.rb

Instance Method Summary collapse

Instance Method Details

#required?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/cells/plugins/core/cell.rb', line 8

def required?
  field.validations["presence"]
end