Because any class-level queries get delegated to the instance level via a new record, it's useful to know when the authorization query is meant for a specific record or not. But using new_record? is confusing, even though accurate. So this is basically just a wrapper.
# File lib/active_scaffold/active_record_permissions.rb, line 77 def existing_record_check? !new_record? end
Generated with the Darkfish Rdoc Generator 2.