Sha256: 41394779e422d657e245260c3c1ca32adc4b8ec38dcd187295c1fc0fe97eb9fe
Contents?: true
Size: 532 Bytes
Versions: 10
Compression:
Stored size: 532 Bytes
Contents
Description: Creates js.erb view files necessary for modal CRUD to work and invokes haml:scaffold generator. Example: rails generate haml_modal_crud Thing name size:integer This will create: app/views/<model>/create.js.erb app/views/<model>/destroy.js.erb app/views/<model>/update.js.erb app/views/<model>/_form.html.haml app/views/<model>/edit.html.haml app/views/<model>/index.html.haml app/views/<model>/new.html.haml app/views/<model>/show.html.haml
Version data entries
10 entries across 10 versions & 1 rubygems