class Trestle::Toolbar::Button

Public Instance Methods

render() click to toggle source
# File lib/trestle/toolbar/item.rb, line 72
def render
  button_tag(button_label(label, options), options)
end