Sha256: 29a37f438c1686c67c4fbb237fcf651393e15ce4e38a1a84f4ad49ef393b5365
Contents?: true
Size: 559 Bytes
Versions: 15
Compression:
Stored size: 559 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ class TextInput < SimpleForm::Inputs::TextInput def input(wrapper_options) @builder.text_area(attribute_name, { rows: 7 }.merge(merge_wrapper_options(input_html_options, wrapper_options))) end ActiveSupport.run_load_hooks(:fat_free_crm_text_input, self) end
Version data entries
15 entries across 15 versions & 2 rubygems