Removed warning

This commit is contained in:
Rafael Mendonça França 2014-08-18 20:41:03 -03:00
parent 9cb4d3e03b
commit 5e6c45a7db

@ -18,7 +18,7 @@ def zero
def create
ActiveRecord::LogSubscriber.runtime += 100
project = Project.last
Project.last
redirect_to "/"
end