John Indra
2006-Jan-04 08:20 UTC
[Rails] [SOLVED] Am I going too far or Rails is just confusing?
On 1/4/06, John Indra <ji.milist@gmail.com> wrote:> However, it doesn''t work for me. Following your article, I change myI have found the source of the problem. I follow the solution provided by http://blog.teksol.info/articles/2006/01/03/belongs_to-user-interface-take-ii It''s a nice solution, however it contains typo :) There is indeed no error_messages_on method, instead error_message_on :) You can update your article Francois ;) Tq, John
Francois Beausoleil
2006-Jan-04 12:02 UTC
[Rails] [SOLVED] Am I going too far or Rails is just confusing?
2006/1/4, John Indra <ji.milist@gmail.com>:> On 1/4/06, John Indra <ji.milist@gmail.com> wrote: > > However, it doesn''t work for me. Following your article, I change my > http://blog.teksol.info/articles/2006/01/03/belongs_to-user-interface-take-ii > > It''s a nice solution, however it contains typo :) > There is indeed no error_messages_on method, instead error_message_on :)Thanks, John, I have done that. Bye ! -- Fran?ois Beausoleil http://blog.teksol.info/
Seemingly Similar Threads
- Am I going too far or Rails is just confusing? was {validates_presence_of *_id attributes}
- error_messages_on
- Finding the rhyme for has_many :through
- Problem issue with belongs_tohas_one and error_message_on
- Overloading error_message_on method in ActiveRecordHelper