Problem with call_hook
Added by Denis Savitskiy over 14 years ago
It's very strange thing: the first loaded page is ok, but the others show
Showing app/views/layouts/base.rhtml where line #17 raised: undefined method `call_hook' for #<ActionView::Base:0xbb86db0> Extracted source (around line #17): 14: body {behavior: url(<%= stylesheet_path "csshover.htc" %>);} 15: </style> 16: <![endif]--> 17: <%= call_hook :view_layouts_base_html_head %> 18: <!-- page specific tags --> 19: <%= yield :header_tags -%> 20: </head>
I've already broken my head, trying to solve it, but nothing comes out.
Replies (1)
RE: Problem with call_hook
-
Added by albert yu over 12 years ago
hi, Denis Savitsky, I had come up with the same problem! have you got this done yet? And someone else have any idea about this problem? thanks in advance!