That last commit was dumb, including the right module
This commit is contained in:
parent
0b23b959b4
commit
5c9a96d245
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
class DevUtilitiesController < ApplicationController
|
||||
require 'lib/diaspora/parser'
|
||||
include Diaspora::Parser
|
||||
before_filter :authenticate_user!
|
||||
include ApplicationHelper
|
||||
include RequestsHelper
|
||||
def warzombie
|
||||
render :nothing => true
|
||||
if current_user.email == "tom@tom.joindiaspora.com" && StatusMessage.where(:message => "There's a bomb in the lasagna!?").first == nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue