Class: OtherCrudTestModel
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- OtherCrudTestModel
- 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_s ⇒ Object
43 44 45 |
# File 'lib/generators/dry_crud/templates/test/support/crud_test_model.rb', line 43 def to_s name end |