Default collection permissions to "all access"
ref: https://37s.fizzy.37signals.com/buckets/693169853/bubbles/999008744
This commit is contained in:
@@ -33,7 +33,7 @@ class BucketsController < ApplicationController
|
||||
end
|
||||
|
||||
def bucket_params
|
||||
params.expect(bucket: [ :name, :all_access ]).with_defaults(all_access: false)
|
||||
params.expect(bucket: [ :name, :all_access ]).with_defaults(all_access: true)
|
||||
end
|
||||
|
||||
def grantees
|
||||
|
||||
Reference in New Issue
Block a user