I have use tabs_on_rails plugin to do tabs view. and its documentation told me that we can custom a builder to override methods like
- open_tabs: the method called before the tab set
- close_tabs: the method called after the tab set
- tab_for: the method called to create a single tab item
the problem is I don't know where to put the override code? Does anyone can help me?