Module: Labimotion::CellLine

Defined in:
lib/labimotion/models/cellline.rb

Class Method Summary collapse

Class Method Details

.respond_to_missing?(method, include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/labimotion/models/cellline.rb', line 40

def respond_to_missing?(method, include_private = false)
  ::CelllineSample.respond_to?(method, include_private) || super
end