Sha256: 0e9ed8f7da77035f02105edd0522bec8d7c3b32454a559f24e7c378cc5afa875
Contents?: true
Size: 565 Bytes
Versions: 11
Compression:
Stored size: 565 Bytes
Contents
Description: Generates the Dosser platform scaffold. Example: rails generate repres:dosser:platform administration --version 2 This will insert the following routings into the config/routes.rb file: scope '/administration-api/v2', module: 'administration/dosser/v2', as: 'administration_dosser_v2' do resources :portals, only: :show end and create the following files: app/controllers/administration/dosser/v2/presentation_controller.rb app/controllers/administration/dosser/v2/portals_controller.rb
Version data entries
11 entries across 11 versions & 1 rubygems