Module: Tabit::Helper

Includes:
ActionView::Helpers::TagHelper, ActionView::Helpers::UrlHelper
Defined in:
lib/tabit/helper.rb

Instance Method Summary collapse

Instance Method Details

#tabit(options = {}, &block) ⇒ Object



30
31
32
33
34
# File 'lib/tabit/helper.rb', line 30

def tabit(options = {}, &block)
  configuration
    .builder_class
    .new(self, options, &block).to_s
end