weppos / tabs_on_rails

Tabs on Rails is a simple Rails plugin for creating and managing tabs and navigation menus.
https://simonecarletti.com/code/tabs-on-rails
MIT License
294 stars 52 forks source link

Make current class name parameterized #23

Closed ruurd closed 11 years ago

ruurd commented 12 years ago

Added an instance variable in the builder class holding the class name of the 'current' tab.

weppos commented 11 years ago

I like the idea, merged!