Ruby on Rails Monday, December 1, 2014

On Dec 1, 2014, at 10:02 PM, Dmoneyzzz Darko <lists@ruby-forum.com> wrote:
>
> In particular, these parameters do
> not contain appointment_time but I am sure I added the column
> respectively.

The parameters reflect what's coming from the browser, what is submitted with the form. So this has nothing to do with the database. You need to look at your form, at your input fields, their names & ids--first look at the .erb source and if you don't right away see why time is different and not coming through, then look at the actual html that is generated, inspect the input elements, look at their names & ids.

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice




--
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/6D893EEC-FB21-4E82-97DC-8736E1CEAA9F%40elevated-dev.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment