| Issue 194: | Refactor "OrderHelper" into an OrderPresenter | |
| Back to list |
order_helper.rb was written a looong time ago and really isn't the best way to share code between controllers. This code should be refactored into a presenter, as outlined here: http://blog.jayfields.com/2007/03/rails-presenter-pattern.html It will be much easier to understand and test then. Right now it's a clusterfuck.
Aug 25, 2010
Project Member
#1
subim...@gmail.com
Labels:
-Priority-High Priority-Critical Milestone-v1.4
Aug 28, 2010
Updating this code will most likely break StoreController, and require a refactoring. This could break existing Substruct installs, and perhaps is something that warrants a v2 release? |