You can create action for the index with something like below in you controller:
def index redirect_to :action => 'list' end
This will redirect to the list action.
You can create action for the index with something like below in you controller:
def index redirect_to :action => 'list' end
This will redirect to the list action.