Saving ActiveRecord in PostgreSQL without id

Does your migration have something like this in it?

create_table :roles_users, :id => false do |t|