You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the autocomplete view helpers with rails cells.
It would be greate to package the view helpers in a module that could be included in cells. Right now you are adding methods to ActionView but it would be better to (also) distribute them via a Helper that we can choose to include or not.
Otherwise, if we use a different context than ActionView we won't be able to do anything because of undefined methods
The text was updated successfully, but these errors were encountered:
I am trying to use the autocomplete view helpers with rails cells.
It would be greate to package the view helpers in a module that could be included in cells. Right now you are adding methods to ActionView but it would be better to (also) distribute them via a Helper that we can choose to include or not.
Otherwise, if we use a different context than ActionView we won't be able to do anything because of undefined methods
The text was updated successfully, but these errors were encountered: