Frederick Cheung wrote: > On Feb 21, 4:54�pm, John Merlino <li...@ruby-forum.com> wrote: >> >> The form will be in the other application used as a front end, not in >> rails. So the user will put data in that form but I want it to update to >> another table, not the students table even though we capture the data in >> the students controller. > > Doesn't make any difference - SomeModel.create(...) will work just as > well in one controller as in another. > > Fred
Even if it's a flash (adobe flex) form and not html form? The communication is done purely through http requests. For example, user clicks flash button, this triggers http put request, method is called in rails, data captured through the params function in rails, and thus data is subsequently updated to database. However, it's not like I can stick an attribute created using attr_accessor in that flash form. -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.