create org model and schema manager
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class Current < ActiveSupport::CurrentAttributes
|
||||
attribute :session
|
||||
delegate :user, to: :session, allow_nil: true
|
||||
attribute :organization, :user
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user