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
On page 144 in chapter 5, at the bottom of the page it begins to explain how to implement the Seed Controller's task to put data in the db, however it's a bit confusing since the author discusses the attribute decorations here:
But skips over the implementation details for the method and moves on to the configuration setup block here:
By looking at the source code, I can see that the task implementation is done like this:
However the question I have is, would the author expect the reader to implicitly know this or is this an oversight by the author?
Thanks in advance..
The text was updated successfully, but these errors were encountered:
drdexter33
changed the title
Chapter 4 Working With Data Question
Chapter 5 Question
Jan 24, 2024
On page 144 in chapter 5, at the bottom of the page it begins to explain how to implement the Seed Controller's task to put data in the db, however it's a bit confusing since the author discusses the attribute decorations here:
But skips over the implementation details for the method and moves on to the configuration setup block here:
By looking at the source code, I can see that the task implementation is done like this:
However the question I have is, would the author expect the reader to implicitly know this or is this an oversight by the author?
Thanks in advance..
The text was updated successfully, but these errors were encountered: