vigetlabs / action_button

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.

This URL has Read+Write access

brianjlandau (author)
Wed Feb 25 11:02:51 -0800 2009
commit  11810c2467fd3455001bf59a7ed2bec338c064c7
tree    317d659292ba0f5f4fb7533059a72207dc870b0f
parent  547813f65b22ff1cef04a86e7563159308a64eeb
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