Checkbox Select plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://vorlich.ath.cx/code/excited/plugins/checkbox_select
To the model you are working with -
include CheckboxSelectable
In the view:
<%= checkbox_select 'object', 'method', @collection, id, name %>
In your controller:
@object.update_check_list(params, 'Model')
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: Guest, 7 months ago

