Remove unused clean_hash
This commit is contained in:
parent
601bd91346
commit
49c09b9c8c
1 changed files with 0 additions and 7 deletions
|
|
@ -97,11 +97,4 @@ class AspectsController < ApplicationController
|
||||||
end
|
end
|
||||||
redirect_to aspects_manage_path
|
redirect_to aspects_manage_path
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
def clean_hash(params)
|
|
||||||
return {
|
|
||||||
:name => params[:name]
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue