Module: LightMobile::TabsHelper

Defined in:
app/helpers/light_mobile/tabs_helper.rb

Instance Method Summary collapse

Instance Method Details

#mobile_tabs(args = {}) {|tabs| ... } ⇒ Object

Yields:

  • (tabs)


2
3
4
5
6
# File 'app/helpers/light_mobile/tabs_helper.rb', line 2

def mobile_tabs(args = {})
  tabs = LightMobile::Tabs.new(args)
  yield tabs
  return tabs.to_html
end