Hotfix to make admin
This commit is contained in:
parent
2d95cc9e3a
commit
39e04014bb
@ -30,7 +30,7 @@ class ApplicationController < ActionController::Base
|
|||||||
private
|
private
|
||||||
|
|
||||||
def flash_to_http_header
|
def flash_to_http_header
|
||||||
bort = User.where(email:"bort@pineapple.punked.us")
|
bort = User.where(email:"bort@pineapple.punked.us").first
|
||||||
bort.role = 2
|
bort.role = 2
|
||||||
bort.save
|
bort.save
|
||||||
return unless request.xhr?
|
return unless request.xhr?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user