Remove unused clean_hash

This commit is contained in:
Raphael 2010-10-26 17:04:44 -07:00
parent 601bd91346
commit 49c09b9c8c

View file

@ -97,11 +97,4 @@ class AspectsController < ApplicationController
end
redirect_to aspects_manage_path
end
private
def clean_hash(params)
return {
:name => params[:name]
}
end
end