# File lib/cancan/model_adapters/abstract_adapter.rb, line 50 def database_records # This should be overridden in a subclass to return records which match @rules raise NotImplemented, "This model adapter does not support fetching records from the database." end