jhshaw44 / TechDatabase

A web service used to search a database containing information about BCPSS schools and other information pertinent to the Office of Media and Instructional Technology.
0 stars 0 forks source link

Edit page not updating records #4

Closed eburch2 closed 7 years ago

eburch2 commented 7 years ago

Page displays "Datum was successfully updated" yet in reality the contents of the record don't change on the page or in the database.

eburch2 commented 7 years ago

in data_controller.rb

...

Never trust parameters from the scary internet, only allow the white list through.

def datum_params
  params.require(:datum).permit!
end

...

http://stackoverflow.com/questions/14033908/rails-4-strong-parameters-permit-all-attributes