Is there a compact way with ActiveRecord to query for what id it\'s going to use next if an object was going to be persisted to the database? In SQL, a query like this would
Here is slightly modified Taryn East's version:
Model.maximum(:id).next