Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save danielwestendorf/a9d80138df121562319a to your computer and use it in GitHub Desktop.
class Membership < ActiveRecord::Base
include SimonSays::Roleable
belongs_to :user
belongs_to :document
has_roles :download, :edit, :delete,
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment