On Feb 18, 12:24 pm, rogi <[email protected]> wrote:
> in _form.html.erb there is submit button
> <%= f.submit %>
>
> the button is labeled "Update Tablename".
> Can someone tell me, how to change it

If you pass a string to f.submit that will override the default label

> and what exatly happens, when i
> press submit?

The form gets submitted. What happens next depends on what your
controller does.

Fred

>
> BR
> Rogi

-- 
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