search for: currentorder

Displaying 2 results from an estimated 2 matches for "currentorder".

2007 Jun 09
23
hoverclass on droppable zone
Hi guys, I''m trying to make a drag''n''drop portal using sortable element. I would like to apply the "hoverclass" option only on the droppable zone instead of the column border. Any idea a about the solution? Thanks for any help, Sabri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2012 Jun 21
0
How to access an engine's method from main application?
...the wrong place. I''m trying to use a method defined in an engine''s library, specifically it is the current_order method from the Spree::Core engine: https://github.com/spree/spree/blob/master/core/lib/spree/core/current_order.rb In my view, I''ve tried Spree::Core::CurrentOrder. current_order Using just "current_order" in development works fine though, but not in production. So then I''ve tried to require it in my views file like this: require ''spree/core/current_order'' I''ve also tried permutations of these other solu...