Skip to content

Instantly share code, notes, and snippets.

@Able1991
Created December 12, 2017 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Able1991/7eed8e8293c8605534b04003ab8d8b59 to your computer and use it in GitHub Desktop.
Save Able1991/7eed8e8293c8605534b04003ab8d8b59 to your computer and use it in GitHub Desktop.
objects.each do |object|
can :manage, ChildObject, { :user_id => user.id, :object_id => object.id }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment