Displaying 2 results from an estimated 2 matches for "base_helper".
2007 Sep 20
1
undefined method `request' for "products":String ?
...%></th>
---
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:70:in
`send''
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:70:in
`url_for''
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:136:in
`link_to''
app/helpers/admin/base_helper.rb:19:in `link_to_orderable''
app/views/admin/categories/index.html.erb:10:in
`_run_erb_47app47views47admin47categories47index46html46erb''
app/controllers/admin/base_controller.rb:25:in `index''
app/controllers/admin/base_controller.rb:24:in `index''
---
helper...
2006 Aug 01
8
Dumb views?
Hello again! I''ve another "what would you do in this situation" question.
You''ve got 6 controllers, one named base. The other 5 controllers extend
base. Currently they share one layout.
Your layout displays navigation. However, there are two actions inside base
for which you do not want navigation displayed (index, new).
Do you...
a) Add logic to your layout telling