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

Shall we create dynamic tabs through view. #36

Closed shivareddy547 closed 8 years ago

shivareddy547 commented 8 years ago

Hi,

Shall we create dynamic menus like Tabs (Management) creation,Footer links management using tabs_on_rails gem.

As per my requirement i need to manage tabs through admin configuration.

Thanks in advance.

Thanks Shiva.A

weppos commented 8 years ago

The library handles the storage and generation of tabs at Ruby level. How you generate the tabs is irrelevant. Hence, technically, you can use the plugin for your scope.