Yeah, I've had included that dependency in my dependencies.rb file... Still, I get this strange behaviour again, but only for the title field of my resource... Like, everything is saved but the title. It's just weird, everything else is working fine...
On 23 Nov, 06:25, "Peter Dirickson" <[EMAIL PROTECTED]> wrote: > Andre, > > Did you had dependency "merb-action-args" setup up? > > That's what using when you do: > > def update(id, article) > > instead of > > def update(params[:id], params[:article]) > > Peter. > > On Sat, Nov 22, 2008 at 11:54 AM, Andre <[EMAIL PROTECTED]> wrote: > > > nevermind... I really don't know what I've done, but for some reason > > it works now :/ I haven't changed a single line of code... I've just > > set up my application again from ground up... > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
