You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruleby
Is there a reason that the Store example has the engine code within
the controller instead of within the model? I thought it would make
the most sense to add the engine code to the before_save method on my
model instead of in several places throughout my controller.