Skip to content
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

on clean install truncate_words is missing? #5

Open
catmando opened this issue Feb 4, 2011 · 1 comment
Open

on clean install truncate_words is missing? #5

catmando opened this issue Feb 4, 2011 · 1 comment

Comments

@catmando
Copy link

catmando commented Feb 4, 2011

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

@spanner
Copy link
Collaborator

spanner commented Feb 4, 2011

oop. it's in ReaderHelper now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant