Hi all,
I have a controller called twits controller .. here i have few actions to communicate with the 3rd party API.. it has few actions to authenticate and few actions to get some values with the help of API. Now i have another controller called home and in the index page of this controller i have to call the actions of the twits controller and this should happen while the index page is getting rendered. Please advice.