Skip to content

Instantly share code, notes, and snippets.

@danielwestendorf
Created December 17, 2014 14:21
Show Gist options
  • Select an option

  • Save danielwestendorf/7c04b1a08791547dac06 to your computer and use it in GitHub Desktop.

Select an option

Save danielwestendorf/7c04b1a08791547dac06 to your computer and use it in GitHub Desktop.
# app/controllers/reports_controller.rb
class ReportsController < ApplicationController
authorize_resource :admin, :support
find_resource :report, from: :current_admin, except: [:index, :new, :create]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment