how to override the create method for a model in new api.
i have two models
1.'person_travel'
2.'person_calender'
second model is for the calender view. the 'person_travel' creates records of travel details with date.
what i need is , when a user creates a travel record with a particular date i need that record to be displayed in the calender view with same date....how to do it??????
my plan is to override the create method in 'person_travel' model...how to achieve it??