FEATURE: group can grant a trust level when a user is added

This commit is contained in:
Neil Lalonde
2015-09-01 16:52:05 -04:00
parent f2fa7a39be
commit 1bd0f5b015
11 changed files with 52 additions and 3 deletions

View File

@ -0,0 +1,5 @@
class AddGrantTrustLevelToGroups < ActiveRecord::Migration
def change
add_column :groups, :grant_trust_level, :integer
end
end