Files
fetsite/app/inputs/tinymce_text_input.rb
Andreas Stephanides 3d11400d5e GitHub Account angelegt
2013-02-12 02:05:12 +01:00

6 lines
132 B
Ruby

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