Explorar o código

Removed check creator

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
6a2068b686
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)