Ruby on Rails Wednesday, April 26, 2017

On 26 April 2017 at 02:04, fugee ohu <fugee279@gmail.com> wrote:
> I'm trying to assign additional parameters to create to satisfy validations
> in the model like so
> address="params[:address0] + params[:address1]
> @user.address=address
> if @user.save
> ...
> In this example there's address0 and address1 in the form but not the schema
> which has only :address
> Should this work?

Try it and see. If it does not then debug it to find why.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvw9LU-1zxw_az%3D5uem4BbZPXPyGnQL5vnTR_rnONOr6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment