Sha256: 87fbd3f2d99f0c6911fd7c817240e836b4056b1e05104b22c04da9008b2535a3
Contents?: true
Size: 503 Bytes
Versions: 11
Compression:
Stored size: 503 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 @builder.text_area(attribute_name, {:rows => 7}.merge(input_html_options)) end ActiveSupport.run_load_hooks(:fat_free_crm_text_input, self) end
Version data entries
11 entries across 11 versions & 1 rubygems