Mr. Ryan Bates, may you please revisit this topic with a Rails4Ruby2-compatible solution, establishing strong parameters (without accessible_attributes) and up-to-date methods (without deprecated .save! method). Thank you in advance. Much appreciated!
Otherwise, at .save! position, I keep getting the following error: "Validation failed: User can't be blank, Content can't be blank"
If I change to .save, then everything goes through without errors, but NOTHING gets saved, since I have a table placed right under my Import button and there are no new entries visible. Also, PGAdmin Database entries confirm that nothing gets stored. Please help!
Mr. Ryan Bates, may you please revisit this topic with a Rails4Ruby2-compatible solution, establishing strong parameters (without accessible_attributes) and up-to-date methods (without deprecated .save! method). Thank you in advance. Much appreciated!
Otherwise, at .save! position, I keep getting the following error: "Validation failed: User can't be blank, Content can't be blank"
If I change to .save, then everything goes through without errors, but NOTHING gets saved, since I have a table placed right under my Import button and there are no new entries visible. Also, PGAdmin Database entries confirm that nothing gets stored. Please help!