Sha256: db6420766b7ff86935978c7c4eedf9e1dbad70ddb8034ad64055bb8d32df631a
Contents?: true
Size: 625 Bytes
Versions: 66
Compression:
Stored size: 625 Bytes
Contents
Description: Generates a Koi admin crud for the given model Example: bin/rails generate koi:admin_controller Test This will create: app/controllers/admin/tests_controller.rb app/views/admin/tests/_form_fields.html.erb app/views/admin/tests/edit.html.erb app/views/admin/tests/index.html.erb app/views/admin/tests/new.html.erb app/views/admin/tests/show.html.erb This will update: config/routes/admin.rb to include `resources :tests` to the :admin namespace config/initializers/koi.rb to include "Tests => /admin/tests" in the Modules section
Version data entries
66 entries across 66 versions & 1 rubygems