Sha256: 703ac7ba8d04ce0e04989782305962129515bf3aefc2786749dc5c8cdd276ffc
Contents?: true
Size: 595 Bytes
Versions: 4
Compression:
Stored size: 595 Bytes
Contents
Description: Stubs out a new MapFish print controller. Pass the controller name, either CamelCased or under_scored. To create a controller within a module, specify the controller name as a path like 'parent_module/controller_name'. This generates a controller class in app/controllers, a sample configuration config/print.yaml, a helper class in app/helpers, a functional test suite in test/functional and a helper test suite in test/unit/helpers. Example: `./script/generate controller Print Modules Example: `./script/generate controller 'admin/print'`
Version data entries
4 entries across 4 versions & 1 rubygems