Billee D. wrote:
> Hi John,
> I would check your source code in app/views/resources/index.html.haml
> (or a view helper for that view) for a typo since it's looking for a
> method named something similar to what you have (e.g change
> "render_index_row_action_pprove" to "render_index_row_action_approve")
>
> HTH
I run the command find . -print | awk '{print "\""$0"\""}' | grep -v
\.svn | xargs grep -i "render_index_row_action_pprove"
and this is what I get:
trunk/log/development.log:ActionView::TemplateError (undefined method
`render_index_row_action_pprove' for #<ActionView::Base:0x10c5ca938>) on
line #20 of app/views/resources/index.html.haml:
So the only place the method appears is in the development log. When
someone else downloaded a local copy from the repository, they got no
such error. So either a modification needs to be made in the development
log or there's nothing else it appears I can do. Thanks for the
response.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.