# File lib/cancan/controller_additions.rb, line 14 def load_and_authorize_resource(options = {}) ResourceAuthorization.add_before_filter(self, :load_and_authorize_resource, options) end