Skip to content

Instantly share code, notes, and snippets.

@spencerarogers
Created June 16, 2015 15:08
Show Gist options
  • Select an option

  • Save spencerarogers/88cba4f38d14b9184734 to your computer and use it in GitHub Desktop.

Select an option

Save spencerarogers/88cba4f38d14b9184734 to your computer and use it in GitHub Desktop.
module Roleable
extend ActiveSupport::Concern
included do
has_many :roles, through: :user_roles
has_many :actions, through: :roles
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment