Oh, damn, sorry, of course. I forgot, here it is:

19  def price_options_for(sessiontype)
20    options_for_select
(Price.find_all_by_sessiontype(sessiontype).map { |p|
21      ["#{p.format} #{german_price(p.price, true)}", p.format]
22    })
23  end

Other Methods in the helper never throw an exception..
After posting my original message I poked around the code a little bit
further.
I think accessing the "Price" model might cause the error.
But, uh, that's not something that should happen, right?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to