Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class CompanyProjectsController < ApplicationController
  2. before_filter :find_company
  3.  
  4.  
  5. def index
  6. user_ability.authorize! :index, :company_projects
  7. @projects = @company.projects
  8. end
  9. end
Add Comment
Please, Sign In to add comment