didnt somebody meet problem with wrong number of arguments? I have this
in articles_helper.rb : def menu_page(id,zanoreni, previous, koren,
mapa) and this in sitemap.rhtml: <%= menu_page(0, 0,’’, true, true) %>.
And this is the error message: wrong number of arguments (4 for 5)
didnt somebody meet problem with wrong number of arguments? I have this
in articles_helper.rb : def menu_page(id,zanoreni, previous, koren,
mapa) and this in sitemap.rhtml: <%= menu_page(0, 0,’’, true, true) %>.
And this is the error message: wrong number of arguments (4 for 5)
I don’t understand it…
sorry, problem solved… menu_page is recursive, and I forgot to add a
new parameter in the recursive call in the body…
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.