removed the puts

This commit is contained in:
zhitomirskiyi 2010-11-25 16:20:09 -08:00
parent de75617070
commit a2d3a940a6

View file

@ -18,7 +18,6 @@ class AspectsController < ApplicationController
end
def create
puts "horray" if request.env['HTTP_REFERER']
@aspect = current_user.aspects.create(params[:aspect])
if @aspect.valid?
flash[:notice] = I18n.t('aspects.create.success', :name => @aspect.name)