app/inputs/simple_markup_input.rb in fullstack-admin-0.1.28 vs app/inputs/simple_markup_input.rb in fullstack-admin-0.1.29

- old
+ new

@@ -1,5 +1,5 @@ -class MarkupInput < FormtasticBootstrap::Inputs::TextInput +class SimpleMarkupInput < FormtasticBootstrap::Inputs::TextInput def input_html_options super.merge(:class => "markup") end