Sha256: a3243b4a4345f943fa11d2362778a89db2c50bb467c5787ed69d175dda328524
Contents?: true
Size: 701 Bytes
Versions: 7
Compression:
Stored size: 701 Bytes
Contents
# Ruboss code generation configuration options # By default flex models, commands, controllers and components are genearated into # app/flex/<your rails project name> folder. If you'd like to customize the target folder # (to say append a "com" package before your rails project name) uncomment the line below # base-package must follow the usual flex package notation (a string separated by ".") #base-package: com.pomodo # Main ruboss controller is typically named AppicationController. This controller is created in # <base-package>.controllers folder. You can customize the name by uncommenting the following line # and changing the controller name. #controller-name: ApplicationController
Version data entries
7 entries across 7 versions & 2 rubygems