6 lines
132 B
Ruby
Executable File
6 lines
132 B
Ruby
Executable File
class TinymceTextInput < FormtasticBootstrap::Inputs::TextInput
|
|
def input_html_options
|
|
super.merge(:class => "tinymce")
|
|
end
|
|
end
|