You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +98,7 @@ As you can see from the output, the related data has been added on to the model
98
98
99
99
## Saving Related Data
100
100
101
-
Because Lithium's relationship setup is simple, so is saving related data. When saving related data, just make sure the proper key values are set so that the underlying data storage engine can match up the data correctly.
101
+
Because Lithium's relationship setup is simple, so is saving related data. When saving related data, just make sure the proper key values are set so that the underlying data storage engine can match up the data correctly.
102
102
103
103
Here's a simplified example of how we'd save a newly created product, matched up to a category. First, the `ProductsController`:
104
104
@@ -121,7 +121,7 @@ class ProductsController extends \lithium\action\Controller {
0 commit comments