I have a table that has a column of org_import_paths_id
That id has the foriegn key of another table org_import_paths. This table has the another column of filename.
I want to show the filename of this table from that table in ruby on rails. I want to display the
datas to the grid. Please suggest me to do the things.
“.. I have a table that has a column.. “ Lets assume that the Model name is
FirstTableand the table name isfirst_tables. So theModelwill beNow if you have a object of FirstTable like
You can get the value like
Would you please clarify the line “I want to display the datas to the grid”.