Module: TwitterBootstrapMarkup::Popover

Included in:
Tag
Defined in:
lib/twitter_bootstrap_markup/popover.rb

Constant Summary collapse

POSITIONS =
[:top, :bottom, :left, :right]

Instance Method Summary collapse

Instance Method Details

#popover(title, content) ⇒ Object



5
6
7
# File 'lib/twitter_bootstrap_markup/popover.rb', line 5

def popover(title, content)
  popover_right(title, content)
end