Class: OtherCrudTestModel

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
lib/generators/dry_crud/templates/test/support/crud_test_model.rb

Overview

Second dummy model to test associations.

Instance Method Summary collapse

Instance Method Details

#to_sObject



43
44
45
# File 'lib/generators/dry_crud/templates/test/support/crud_test_model.rb', line 43

def to_s
  name
end