Closed fanelenan7 closed 7 years ago
What does your controller action look like? If you use create!
or update!
(depending on what this is a form for), do you get an error?
update! gave me nothing.
What information is coming in through the form (i.e., what is stored in params
)? If you don't see this in the terminal, try placing puts params
at the top of your update
action and see what the output is in the terminal.
Ohhhh params would not permit album_id. Fixed :) thanks Adrian!
:+1:
I'm having troubles getting a drop down list to work. It appears, all the options are fine, I can make a selection and save, but the changes don't stick. It doesn't re-assign my stuff to where I selected.
tried this too, with no result