Andrew Kane преди 9 години
родител
ревизия
6a2068b686
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/controllers/blazer/checks_controller.rb

+ 0 - 1
app/controllers/blazer/checks_controller.rb

@@ -13,7 +13,6 @@ module Blazer
 
     def create
       @check = Blazer::Check.new(check_params)
-      @check.creator = current_user if respond_to?(:current_user) && Blazer.user_class
 
       if @check.save
         redirect_to run_check_path(@check)