Displaying 1 result from an estimated 1 matches for "new_from_recip".
Did you mean:
new_from_recipe
2008 Nov 19
2
Where should I put "prerequisite logic"?
Hi there,
I have this model called InventoryItem. Every time an InventoryItem is
created (through the CharactersController and the create_item action) I
need to update others tables and make lookups in other tables, to check
if the Character has the prerequisites to actually create the
InventoryItem.
My problem is that I cannot seem to find a good place to put this logic.
I''ve tried to