diff options
| author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-12-26 23:30:38 -0300 |
|---|---|---|
| committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-12-26 23:30:38 -0300 |
| commit | 42d9b480121e15a15cddd2015a1e60a0f9e0f953 (patch) | |
| tree | f21fbd85977c9615dcb049247bfc672d12ecf0f6 /guides/code | |
| parent | ceedec7edcadbad824f58e84bc2c1eddbe8539ce (diff) | |
| download | rails-42d9b480121e15a15cddd2015a1e60a0f9e0f953.tar.gz rails-42d9b480121e15a15cddd2015a1e60a0f9e0f953.tar.bz2 rails-42d9b480121e15a15cddd2015a1e60a0f9e0f953.zip | |
Extract the component rendering of collection_radio_buttons and
collection_check_boxes to a private method.
It will make easier to extend.
Example:
class CollectionRadioButtons < ActionView::Helpers::Tags::CollectionRadioButtons
include CollectionExtensions
def render
wrap_rendered_collection(super, @options)
end
private
def render_component(builder)
builder.radio_button + builder.label(:class => "collection_radio_buttons")
end
end
Diffstat (limited to 'guides/code')
0 files changed, 0 insertions, 0 deletions
