mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
class WorkspacesController < ApplicationController
|
|||
def rotate_key
|
|||
WorkspaceGrant.update!(session[:workspace_id], params[:role])
|
|||
end
|
|||
end
|