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