We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 field :description, :wysihtml5 end end end
More here