Sha256: a4e2e1d481e4fbb16ed278f16589eb68dc71ef92c82f02fca9cc9792fd9b931b
Contents?: true
Size: 200 Bytes
Versions: 4
Compression:
Stored size: 200 Bytes
Contents
= simple_form_for [:admin, @forum] do |f| = f.input :name = f.input :category, collection: MongoidForums::Category.all = f.submit "Update Forum", :class => "btn", :disable_with => "Updating..."
Version data entries
4 entries across 4 versions & 2 rubygems