heartcombo--simple_form/lib
Ulisses Herrera Freire de Almeida 7dd567ca8c Use the custom namespace to find the custom input.
In previous ruby versions(1.9.3) we can not use `Object.get_const('CustomNamespace::MyInput')`,
the correct way is `CustomNamespace.get('MyInput')`.
2014-06-26 14:31:20 -03:00
..
generators/simple_form Add SimpleForm.custom_inputs_namespaces config to allow namespacing custom input classes 2014-06-05 12:46:12 +02:00
simple_form Use the custom namespace to find the custom input. 2014-06-26 14:31:20 -03:00
simple_form.rb Add SimpleForm.custom_inputs_namespaces config to allow namespacing custom input classes 2014-06-05 12:46:12 +02:00