Class: Grapple::Components::SearchSubmit

Inherits:
HtmlComponent show all
Defined in:
lib/grapple/components/search_submit.rb

Instance Attribute Summary

Attributes inherited from BaseComponent

#builder, #columns, #params, #records, #template

Instance Method Summary collapse

Methods inherited from BaseComponent

#initialize, setting

Constructor Details

This class inherits a constructor from Grapple::Components::BaseComponent

Instance Method Details

#renderObject



7
8
9
# File 'lib/grapple/components/search_submit.rb', line 7

def render
	template.submit_tag(t(label))
end