Class: LabwareCreators::CustomCreatorButton

Inherits:
CreatorButton show all
Defined in:
app/models/labware_creators.rb

Overview

Used to render the create plate/tube buttons, separate class forces different template

Instance Method Summary collapse

Instance Method Details

#custom_form?Boolean

Returns:

  • (Boolean)


59
60
61
# File 'app/models/labware_creators.rb', line 59

def custom_form?
  true
end