public
Description: A Rails plugin for creating a non-AJAX form containing a single button element. Allowing actions to be both safe, not javascript dependent and easily styled.
Homepage:
Clone URL: git://github.com/vigetlabs/action_button.git
brianjlandau (author)
Fri Mar 13 07:26:12 -0700 2009
commit  a89eca538f056f40ae7f68240b88a1bbfb19b374
tree    e7eaf047ec13c97af2c88e8103275d8f053a3e22
parent  11810c2467fd3455001bf59a7ed2bec338c064c7
action_button / init.rb
100644 5 lines (3 sloc) 0.151 kb
1
2
3
4
5
require 'action_button'
 
ActionView::Base.send :include, ActionButton::Helpers
ActionView::Helpers::FormTagHelper.send :include, ActionButton::Helpers