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
|
||||
redirect_to aspects_manage_path
|
||||
end
|
||||
|
||||
private
|
||||
def clean_hash(params)
|
||||
return {
|
||||
:name => params[:name]
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue