> Active records with dynamic fields in Ruby on rails?

Active records with dynamic fields in Ruby on rails?

Posted at: 2014-12-18 
Hi All,

Has anyone tried to create a records in SQL table using ruby on rails? I have this command for example:

Boo.create(SQL_ID:x[0],Arr_Date:x[1],Arr_Time:x[2],Variety_Code:x[3])

I want the fields in SQL table(SQL_ID,Arr_Date etc) to be defined by a variable.Is it possible?Since I will reference all the fields of SQL table from Access Table which is the exact replica of it.