removed the puts
This commit is contained in:
parent
de75617070
commit
a2d3a940a6
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue