-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kaminari-cells pulls in ActionView::Helpers::TranslationHelper #4
Comments
How do you insert your |
Currently I am including it into
|
You could use |
The effect of
I've only quickly tried this, I'll give it some more attention tomorrow... |
This blows things up with |
We should probably just write our own translation "helper" and avoid any Rails mess code? |
Alright 👍 let me see if it's something I can look into |
I was having problems with translations in a cell after adding Kaminari to it.
I found that
ActionView::Helpers::TranslationHelper
was taking precedence over myTrailblazer::Translations
. I tracked this down to kaminari-cells.rb.Does this gem really need a hard dependency on
ActionView::Helpers::TranslationHelper
?As a work-around, I have put a method in the classes where I have
Kaminari::Cells
:The text was updated successfully, but these errors were encountered: