following rails configuration, it should be something like adding
config.active_record.table_name_prefix = "prefix_"
into 'config/enviroments/' files but few things I've tried didn't work.
We don't have this AFAIK. You have to setTableName() explicitly. You can try to name your models PrefixModel and see if you like the guessed table name.
1 to 2 of 2