We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http://jhollingworth.github.com/bootstrap-wysihtml5/
Add gem 'bootstrap-wysihtml5-rails' to your Gemfile
gem 'bootstrap-wysihtml5-rails'
RailsAdmin.config do |config| config.model Team do edit do # For RailsAdmin >= 0.5.0 field :description, :wysihtml5 # For RailsAdmin < 0.5.0 # field :description do # bootstrap_wysihtml5 true # end end end end
More here