If you want table names to be singular instead of plural, you can set the configuration parameter pluralize_table_names:
ActiveRecord::Base.pluralize_table_names = false