We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After creating a group you get:
Showing vendor/extensions/reader_group/app/views/admin/groups/index.html.haml where line #19 raised:
undefined method `truncate_words' for #ActionView::Base:0x105a14b08 Extracted source (around line #19):
16: = link_to group.name, admin_group_url(group) 17: %br 18: %span.notes 19: = truncate_words(group.description, 40) 20: - tbody.home_cell do 21: %td.home 22: - if group.homepage
The text was updated successfully, but these errors were encountered:
oop. it's in ReaderHelper now.
Sorry, something went wrong.
No branches or pull requests
After creating a group you get:
Showing vendor/extensions/reader_group/app/views/admin/groups/index.html.haml where line #19 raised:
undefined method `truncate_words' for #ActionView::Base:0x105a14b08
Extracted source (around line #19):
16: = link_to group.name, admin_group_url(group)
17: %br
18: %span.notes
19: = truncate_words(group.description, 40)
20: - tbody.home_cell do
21: %td.home
22: - if group.homepage
The text was updated successfully, but these errors were encountered: