Unfortunately, this is not possible. For posterity, I document what I tried, which didn't work:
In view:
<% using MyRefinements %>
In the controller (each time separately):
using MyRefinements helper :MyRefinements helper_method :MyRefinements helper { using MyRefinements }
In the assistant:
using MyRefinements
Note that refinements become available in the controller and in the helper, but never in the view.
Too bad.
dankohn
source share