在Rails 4環境下,新增一個空的專案,若要使用既有的資料庫表格內容,請建立一個Model的ruby檔案,Class裡面使用self.table_name = "yourdatabasetable" ,即可。
self.table_name = "yourdatabasetable"