Singular Table name

class YourModel < ActiveRecord::Base

   set_table_name 'test'

end

Try reading the docs ->