def create
    @user_group = UserGroup.new resource_params
    if @user_group.save
      flash[:notice] = 'Added the new user group.'
      redirect_to action: :index