Files
fetsite/app/inputs/tinymce_text_input.rb
Thomas Blazek cc002d4291 Init
2013-07-22 15:49:19 +02:00

6 lines
132 B
Ruby
Executable File

class TinymceTextInput < FormtasticBootstrap::Inputs::TextInput
def input_html_options
super.merge(:class => "tinymce")
end
end