# File lib/fume/cancan/controller_extensions.rb, line 21 def authorize_object!(object, options = {}) action = (options[:action] || params[:action]).to_sym authorize! action, object end