Depends how you define "easily". It would require some changes to the
code. The way it is set up now there are two models - Category and
ParentCategory. The code should be pretty straightforward.. you could
add another model i.e. SubCategory where SubCategory belongs_to
Category and do it that way..